Migrate magento 1 to magento 2 new columnProblem in migrate magento 1.9 to 2magento 2 : Data tool migration transform date/timeMagento Migration from 1.9.1 to 2.1.2 errorMagento 2 Data migration for only customers, categories and couponsMigrate 1.9.* CE to 2.1.3 - field mappingMagento database hidden columnMagento m1 to m2 ce-to-ce Data migration issuesupload migrate tool instead of composer - possible?Can't even migrate Magento 1.9 with sample data to Magento 2.2Migrate magento 1 to Magento 2 : Data migration tool change column type

What the real concept of Static keyword in perspective of Embedded C. See below code

Addressing unnecessary daily meetings with manager?

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

Why is Nibbana referred to as "The destination and the path leading to the destination"?

Does a wizard need their hands free in order to cause their familiar from the Find Familiar spell to reappear?

How can a dictatorship government be beneficial to a dictator in a post-scarcity society?

Misrepresented my work history

Is it okay to roll multiple attacks that all have advantage in one cluster?

How quality assurance engineers test calculations?

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

Is this a reference to the film Alien in the novel 2010 Odyssey Two?

When an electron changes its spin, or any other intrinsic property, is it still the same electron?

What's the point of having a RAID 1 configuration over incremental backups to a secondary drive?

Is it OK to leave real names & info visible in business card portfolio?

What's it called when the bad guy gets eaten?

Are there any sports for which the world's best player is female?

What is the minimum time required for final wash in film development?

Why do you use the "park" gear to park a car and not only the handbrake?

Credit score and financing new car

Can I play a mimic PC?

Why does every calorie tracking app give a different target calorie count for the same goals?

Is that a case of "DOUBLE-NEGATIVES" as claimed by Grammarly?

Having decision making power over someone's assets

The three greedy pirates



Migrate magento 1 to magento 2 new column


Problem in migrate magento 1.9 to 2magento 2 : Data tool migration transform date/timeMagento Migration from 1.9.1 to 2.1.2 errorMagento 2 Data migration for only customers, categories and couponsMigrate 1.9.* CE to 2.1.3 - field mappingMagento database hidden columnMagento m1 to m2 ce-to-ce Data migration issuesupload migrate tool instead of composer - possible?Can't even migrate Magento 1.9 with sample data to Magento 2.2Migrate magento 1 to Magento 2 : Data migration tool change column type






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








0















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 col4 when i launch the import :



  • Destination fields are not mapped. Document: my_table. Fields: col4

I tried to fix thix with ignore and transform with no success :



 //file map.xml
<source>
<field_rules>
<ignore>
<field>my_table.col4</field>
</ignore>
<transform>
<field>my_table.col4</field>
<handler class="MigrationHandlerSetValue">
<param name="value" value="1" />
</handler>
</transform>
</field_rules>
</source>









share|improve this question






























    0















    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 col4 when i launch the import :



    • Destination fields are not mapped. Document: my_table. Fields: col4

    I tried to fix thix with ignore and transform with no success :



     //file map.xml
    <source>
    <field_rules>
    <ignore>
    <field>my_table.col4</field>
    </ignore>
    <transform>
    <field>my_table.col4</field>
    <handler class="MigrationHandlerSetValue">
    <param name="value" value="1" />
    </handler>
    </transform>
    </field_rules>
    </source>









    share|improve this question


























      0












      0








      0








      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 col4 when i launch the import :



      • Destination fields are not mapped. Document: my_table. Fields: col4

      I tried to fix thix with ignore and transform with no success :



       //file map.xml
      <source>
      <field_rules>
      <ignore>
      <field>my_table.col4</field>
      </ignore>
      <transform>
      <field>my_table.col4</field>
      <handler class="MigrationHandlerSetValue">
      <param name="value" value="1" />
      </handler>
      </transform>
      </field_rules>
      </source>









      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 col4 when i launch the import :



      • Destination fields are not mapped. Document: my_table. Fields: col4

      I tried to fix thix with ignore and transform with no success :



       //file map.xml
      <source>
      <field_rules>
      <ignore>
      <field>my_table.col4</field>
      </ignore>
      <transform>
      <field>my_table.col4</field>
      <handler class="MigrationHandlerSetValue">
      <param name="value" value="1" />
      </handler>
      </transform>
      </field_rules>
      </source>






      magento2 magento-1 magento2-migration-tool column






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Jul 1 at 13:29







      Taschert

















      asked Jul 1 at 12:49









      TaschertTaschert

      19310 bronze badges




      19310 bronze badges




















          1 Answer
          1






          active

          oldest

          votes


















          0














          I found the solution, I was in source instead of destination.



          <destination>
          <field_rules>
          <ignore>
          <field>my_table.col4</field>
          </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%2f280318%2fmigrate-magento-1-to-magento-2-new-column%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, I was in source instead of destination.



            <destination>
            <field_rules>
            <ignore>
            <field>my_table.col4</field>
            </ignore>
            </field_rules>
            </destination>





            share|improve this answer



























              0














              I found the solution, I was in source instead of destination.



              <destination>
              <field_rules>
              <ignore>
              <field>my_table.col4</field>
              </ignore>
              </field_rules>
              </destination>





              share|improve this answer

























                0












                0








                0







                I found the solution, I was in source instead of destination.



                <destination>
                <field_rules>
                <ignore>
                <field>my_table.col4</field>
                </ignore>
                </field_rules>
                </destination>





                share|improve this answer













                I found the solution, I was in source instead of destination.



                <destination>
                <field_rules>
                <ignore>
                <field>my_table.col4</field>
                </ignore>
                </field_rules>
                </destination>






                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Jul 1 at 13:28









                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%2f280318%2fmigrate-magento-1-to-magento-2-new-column%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