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

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

                    Circuit construction for execution of conditional statements using least significant bitHow are two different registers being used as “control”?How exactly is the stated composite state of the two registers being produced using the $R_zz$ controlled rotations?Efficiently performing controlled rotations in HHLWould this quantum algorithm implementation work?How to prepare a superposed states of odd integers from $1$ to $sqrtN$?Why is this implementation of the order finding algorithm not working?Circuit construction for Hamiltonian simulationHow can I invert the least significant bit of a certain term of a superposed state?Implementing an oracleImplementing a controlled sum operation

                    Magento 2 “No Payment Methods” in Admin New OrderHow to integrate Paypal Express Checkout with the Magento APIMagento 1.5 - Sales > Order > edit order and shipping methods disappearAuto Invoice Check/Money Order Payment methodAdd more simple payment methods?Shipping methods not showingWhat should I do to change payment methods if changing the configuration has no effects?1.9 - No Payment Methods showing upMy Payment Methods not Showing for downloadable/virtual product when checkout?Magento2 API to access internal payment methodHow to call an existing payment methods in the registration form?