Migrate magento 1 to Magento 2 : Data migration tool change column typeMagento 2 Data Migration Tool ignore unknown documentsMagento 2 Migration Tool - Migrate Settings from 1.9 - 2.0 CEMagento 2 Data migration for only customers, categories and couponsVolume check fail - magento 2 data migration delta stepMagento m1 to m2 ce-to-ce Data migration issuesMagento 1.9.3.4 -> 2.1.8 data migration tool errorMagento 2 : Order/Invoice/Shipment Grid Data Not MigrateData migration done partially Magento2Magento 2.25 customer and order migration Mismatch of entities in the documentMigrate magento 1 to magento 2 new column

Couldn't make condition-case work

Why does the Antonov AN-225 not have any winglets?

Can Jimmy hang on his rope?

Why does wrapping Aluminium foil around my food help it keep warm, aluminium be good conductor should have no effect?

Misspelling my name on my mathematical publications

Distinguish the explanations of Galadriel's test in LotR

Having decision making power over someone's assets

Found and corrected a mistake on someone's else paper -- praxis?

Reverse dots and boxes

How to know if blackberries are safe to eat

How do you move up one folder in Finder?

Received a dinner invitation through my employer's email, is it ok to attend?

Backspace functionality in normal mode

How to tell someone I'd like to become friends without letting them think I'm romantically interested in them?

How do native German speakers usually express skepticism (using even) about a premise?

Is there a nice way to implement a conditional type with default fail case?

Should I include code in my research paper?

Can I play a mimic PC?

Is it possible to split a vertex?

How often does the spell Sleet Storm require concentration checks?

Why is the ladder of the LM always in the dark side of the LM?

Elf (adjective) vs. Elvish vs. Elven

In Spider-Man: Far From Home, is this superhero name a reference to another comic book?

What is /bin/red



Migrate magento 1 to Magento 2 : Data migration tool change column type


Magento 2 Data Migration Tool ignore unknown documentsMagento 2 Migration Tool - Migrate Settings from 1.9 - 2.0 CEMagento 2 Data migration for only customers, categories and couponsVolume check fail - magento 2 data migration delta stepMagento m1 to m2 ce-to-ce Data migration issuesMagento 1.9.3.4 -> 2.1.8 data migration tool errorMagento 2 : Order/Invoice/Shipment Grid Data Not MigrateData migration done partially Magento2Magento 2.25 customer and order migration Mismatch of entities in the documentMigrate magento 1 to magento 2 new column






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








1















I'm trying to migrate from Magento 1.7.0.2 to Magento 2.3.1



For that I use the migration tool :https://devdocs.magento.com/guides/v2.3/migration/migration-tool-install.html



All is working fine except a custom table.



enter image description here



I get this message for the col2 when I launch the import :



  • Mismatch of data types. Destination document: my_table. Fields: col2

Is it possible to tell the migration script to ignore the column type in the database (since it change from varchar to text) ?










share|improve this question






























    1















    I'm trying to migrate from Magento 1.7.0.2 to Magento 2.3.1



    For that I use the migration tool :https://devdocs.magento.com/guides/v2.3/migration/migration-tool-install.html



    All is working fine except a custom table.



    enter image description here



    I get this message for the col2 when I launch the import :



    • Mismatch of data types. Destination document: my_table. Fields: col2

    Is it possible to tell the migration script to ignore the column type in the database (since it change from varchar to text) ?










    share|improve this question


























      1












      1








      1








      I'm trying to migrate from Magento 1.7.0.2 to Magento 2.3.1



      For that I use the migration tool :https://devdocs.magento.com/guides/v2.3/migration/migration-tool-install.html



      All is working fine except a custom table.



      enter image description here



      I get this message for the col2 when I launch the import :



      • Mismatch of data types. Destination document: my_table. Fields: col2

      Is it possible to tell the migration script to ignore the column type in the database (since it change from varchar to text) ?










      share|improve this question
















      I'm trying to migrate from Magento 1.7.0.2 to Magento 2.3.1



      For that I use the migration tool :https://devdocs.magento.com/guides/v2.3/migration/migration-tool-install.html



      All is working fine except a custom table.



      enter image description here



      I get this message for the col2 when I launch the import :



      • Mismatch of data types. Destination document: my_table. Fields: col2

      Is it possible to tell the migration script to ignore the column type in the database (since it change from varchar to text) ?







      magento2 magento-1 magento2-migration-tool data-migration-tool






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Jul 1 at 14:31







      Taschert

















      asked Jul 1 at 12:57









      TaschertTaschert

      19310 bronze badges




      19310 bronze badges




















          1 Answer
          1






          active

          oldest

          votes


















          0














          I found the solution to my issue while looking in the map.xsd file. In my map.xml file I have used :



          <destination>
          <field_rules>
          <ignore>
          <datatype>my_table.col2</datatype>
          </ignore>
          </field_rules>
          </destination>





          share|improve this answer

























            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "479"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f280321%2fmigrate-magento-1-to-magento-2-data-migration-tool-change-column-type%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            I found the solution to my issue while looking in the map.xsd file. In my map.xml file I have used :



            <destination>
            <field_rules>
            <ignore>
            <datatype>my_table.col2</datatype>
            </ignore>
            </field_rules>
            </destination>





            share|improve this answer



























              0














              I found the solution to my issue while looking in the map.xsd file. In my map.xml file I have used :



              <destination>
              <field_rules>
              <ignore>
              <datatype>my_table.col2</datatype>
              </ignore>
              </field_rules>
              </destination>





              share|improve this answer

























                0












                0








                0







                I found the solution to my issue while looking in the map.xsd file. In my map.xml file I have used :



                <destination>
                <field_rules>
                <ignore>
                <datatype>my_table.col2</datatype>
                </ignore>
                </field_rules>
                </destination>





                share|improve this answer













                I found the solution to my issue while looking in the map.xsd file. In my map.xml file I have used :



                <destination>
                <field_rules>
                <ignore>
                <datatype>my_table.col2</datatype>
                </ignore>
                </field_rules>
                </destination>






                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Jul 2 at 13:31









                TaschertTaschert

                19310 bronze badges




                19310 bronze badges



























                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Magento Stack Exchange!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f280321%2fmigrate-magento-1-to-magento-2-data-migration-tool-change-column-type%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Get product attribute by attribute group code in magento 2get product attribute by product attribute group in magento 2Magento 2 Log Bundle Product Data in List Page?How to get all product attribute of a attribute group of Default attribute set?Magento 2.1 Create a filter in the product grid by new attributeMagento 2 : Get Product Attribute values By GroupMagento 2 How to get all existing values for one attributeMagento 2 get custom attribute of a single product inside a pluginMagento 2.3 How to get all the Multi Source Inventory (MSI) locations collection in custom module?Magento2: how to develop rest API to get new productsGet product attribute by attribute group code ( [attribute_group_code] ) in magento 2

                    Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

                    Magento 2.3: How do i solve this, Not registered handle, on custom form?How can i rewrite TierPrice Block in Magento2magento 2 captcha not rendering if I override layout xmlmain.CRITICAL: Plugin class doesn't existMagento 2 : Problem while adding custom button order view page?Magento 2.2.5: Overriding Admin Controller sales/orderMagento 2.2.5: Add, Update and Delete existing products Custom OptionsMagento 2.3 : File Upload issue in UI Component FormMagento2 Not registered handleHow to configured Form Builder Js in my custom magento 2.3.0 module?Magento 2.3. How to create image upload field in an admin form