TransWikia.com

Ignore Column Table not working in Data Migration tool

Magento Asked on November 23, 2021

i add a custom column to my Magento 2 quote column which is shipping_delivery_date

i got a warning error when i migrate the data:

[2020-02-27 02:37:24][WARNING]: Destination fields are not mapped. Document: quote. Fields: shipping_delivery_date

i tried to ignore this column using map.xml file:

  <destination>
    ........   
    <field_rules>
        .......
        <ignore>
            <document>quote.shipping_delivery_date</document>
        </ignore>
    </field_rules>
  </destination>

but i still got the same warning

2 Answers

Please add the code your map.xml file hope work this code

<destination>
    <field_rules>
            <ignore>
                <field>quote.shipping_delivery_date</field>
            </ignore>
    </field_rules>
</destination>

Answered by Mohit Patel on November 23, 2021

you can try below file

etc/xyz/magentoverison/map.xml.dist

Answered by Rakesh Donga on November 23, 2021

Add your own answers!

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP