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

                    Grendel Contents Story Scholarship Depictions Notes References Navigation menu10.1093/notesj/gjn112Berserkeree

                    Log in Navigation menu

                    Invalid response line returned from server: HTTP/2 401 | ErrorPlease Please Help With Error 500 Internal Server Error after upgrading from 1.7 to 1.9Unable to place new customer orders in admin backendMagento - For “Manage Categories” Forbidden You do not have permission to access this documentHTTP ERROR 500 when using require(_once) app/Mage.phpMemcached causing Web Setup Wizard ErrorCould not create an acl object: Invalid XMLAn error occurred on the server. Please try to place the order againInvalid response line returned from server: HTTP/2 200 - message after update to 2.1.7Magento-CE 2.3.0 installation error on XamppMagento 2.2.6- After Migration all default Payment Methods are not working fine