How to fix source fields are not mapped?












3















I have seen a few errors like this but none of them seem to apply to me. I am receiving the error below when trying to migrate from 1.9.3.2 to 2.1.6



[2017-04-24 17:19:32][INFO][mode: data][stage: integrity check][step: EAV Step]: started
100% [============================] Remaining Time: 1 sec

Source fields are not mapped. Document: eav_attribute. Fields:is_visible_on_front,sorting_order,checkout_step,show_on_grid,store_ids,save_selected,parent_dropdown,include_pdf,apply_default,customer_groups,size_text,required_on_front_only,include_html_print_order


In the map.xml file I added this-



<ignore>
<field>is_visible_on_front</field>
</ignore>


And changed the config file from map.xml.dist to map.xml



I got the same error. Instead of trying it in the map.xml file I tried the map-eav.xml file. Still got the same error. Am I doing this in the right files?



Edit:
I tweaked the map-eav.xml and got it to work. I needed to make it look like this- eav_attribute.is_visible_on_front by adding the table in front. My question now is how do you know which xml document the ignore tags need to be in?










share|improve this question

























  • Try adding them to map-eav.xml

    – Aravona
    Jun 12 '17 at 15:37


















3















I have seen a few errors like this but none of them seem to apply to me. I am receiving the error below when trying to migrate from 1.9.3.2 to 2.1.6



[2017-04-24 17:19:32][INFO][mode: data][stage: integrity check][step: EAV Step]: started
100% [============================] Remaining Time: 1 sec

Source fields are not mapped. Document: eav_attribute. Fields:is_visible_on_front,sorting_order,checkout_step,show_on_grid,store_ids,save_selected,parent_dropdown,include_pdf,apply_default,customer_groups,size_text,required_on_front_only,include_html_print_order


In the map.xml file I added this-



<ignore>
<field>is_visible_on_front</field>
</ignore>


And changed the config file from map.xml.dist to map.xml



I got the same error. Instead of trying it in the map.xml file I tried the map-eav.xml file. Still got the same error. Am I doing this in the right files?



Edit:
I tweaked the map-eav.xml and got it to work. I needed to make it look like this- eav_attribute.is_visible_on_front by adding the table in front. My question now is how do you know which xml document the ignore tags need to be in?










share|improve this question

























  • Try adding them to map-eav.xml

    – Aravona
    Jun 12 '17 at 15:37
















3












3








3


0






I have seen a few errors like this but none of them seem to apply to me. I am receiving the error below when trying to migrate from 1.9.3.2 to 2.1.6



[2017-04-24 17:19:32][INFO][mode: data][stage: integrity check][step: EAV Step]: started
100% [============================] Remaining Time: 1 sec

Source fields are not mapped. Document: eav_attribute. Fields:is_visible_on_front,sorting_order,checkout_step,show_on_grid,store_ids,save_selected,parent_dropdown,include_pdf,apply_default,customer_groups,size_text,required_on_front_only,include_html_print_order


In the map.xml file I added this-



<ignore>
<field>is_visible_on_front</field>
</ignore>


And changed the config file from map.xml.dist to map.xml



I got the same error. Instead of trying it in the map.xml file I tried the map-eav.xml file. Still got the same error. Am I doing this in the right files?



Edit:
I tweaked the map-eav.xml and got it to work. I needed to make it look like this- eav_attribute.is_visible_on_front by adding the table in front. My question now is how do you know which xml document the ignore tags need to be in?










share|improve this question
















I have seen a few errors like this but none of them seem to apply to me. I am receiving the error below when trying to migrate from 1.9.3.2 to 2.1.6



[2017-04-24 17:19:32][INFO][mode: data][stage: integrity check][step: EAV Step]: started
100% [============================] Remaining Time: 1 sec

Source fields are not mapped. Document: eav_attribute. Fields:is_visible_on_front,sorting_order,checkout_step,show_on_grid,store_ids,save_selected,parent_dropdown,include_pdf,apply_default,customer_groups,size_text,required_on_front_only,include_html_print_order


In the map.xml file I added this-



<ignore>
<field>is_visible_on_front</field>
</ignore>


And changed the config file from map.xml.dist to map.xml



I got the same error. Instead of trying it in the map.xml file I tried the map-eav.xml file. Still got the same error. Am I doing this in the right files?



Edit:
I tweaked the map-eav.xml and got it to work. I needed to make it look like this- eav_attribute.is_visible_on_front by adding the table in front. My question now is how do you know which xml document the ignore tags need to be in?







magento-1.9 magento-2.1 magento2-migration-tool






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Apr 24 '17 at 19:44







tjjen

















asked Apr 24 '17 at 17:27









tjjentjjen

16914




16914













  • Try adding them to map-eav.xml

    – Aravona
    Jun 12 '17 at 15:37





















  • Try adding them to map-eav.xml

    – Aravona
    Jun 12 '17 at 15:37



















Try adding them to map-eav.xml

– Aravona
Jun 12 '17 at 15:37







Try adding them to map-eav.xml

– Aravona
Jun 12 '17 at 15:37












2 Answers
2






active

oldest

votes


















1














Let's try following code:



<ignore>
<field>eav_attribute.is_visible_on_front</field>
</ignore>





share|improve this answer

































    0














    Add with table name in map-eav.xml inside 'source' tag inside 'field_rules' try with below code.




    eav_attribute.is_visible_on_front





    share








    New contributor




    Anas Mansuri is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.




















      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%2f171498%2fhow-to-fix-source-fields-are-not-mapped%23new-answer', 'question_page');
      }
      );

      Post as a guest















      Required, but never shown

























      2 Answers
      2






      active

      oldest

      votes








      2 Answers
      2






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      1














      Let's try following code:



      <ignore>
      <field>eav_attribute.is_visible_on_front</field>
      </ignore>





      share|improve this answer






























        1














        Let's try following code:



        <ignore>
        <field>eav_attribute.is_visible_on_front</field>
        </ignore>





        share|improve this answer




























          1












          1








          1







          Let's try following code:



          <ignore>
          <field>eav_attribute.is_visible_on_front</field>
          </ignore>





          share|improve this answer















          Let's try following code:



          <ignore>
          <field>eav_attribute.is_visible_on_front</field>
          </ignore>






          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Jan 24 '18 at 4:52









          Piyush

          4,76872053




          4,76872053










          answered Jan 24 '18 at 3:10









          WolfWolf

          113




          113

























              0














              Add with table name in map-eav.xml inside 'source' tag inside 'field_rules' try with below code.




              eav_attribute.is_visible_on_front





              share








              New contributor




              Anas Mansuri is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.

























                0














                Add with table name in map-eav.xml inside 'source' tag inside 'field_rules' try with below code.




                eav_attribute.is_visible_on_front





                share








                New contributor




                Anas Mansuri is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.























                  0












                  0








                  0







                  Add with table name in map-eav.xml inside 'source' tag inside 'field_rules' try with below code.




                  eav_attribute.is_visible_on_front





                  share








                  New contributor




                  Anas Mansuri is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.










                  Add with table name in map-eav.xml inside 'source' tag inside 'field_rules' try with below code.




                  eav_attribute.is_visible_on_front






                  share








                  New contributor




                  Anas Mansuri is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.








                  share


                  share






                  New contributor




                  Anas Mansuri is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.









                  answered 5 mins ago









                  Anas MansuriAnas Mansuri

                  1




                  1




                  New contributor




                  Anas Mansuri is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.





                  New contributor





                  Anas Mansuri is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.






                  Anas Mansuri is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.






























                      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%2f171498%2fhow-to-fix-source-fields-are-not-mapped%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

                      Polycentropodidae

                      Magento 2 Error message: Invalid state change requested

                      Paulmy