You could try looking at this thread to see if it helps with your issue https://sourceforge.net/p/magmi/discussion/1228365/thread/86a2d57c/ I suspect your CSV isn't formatted properly for both of your issues. Magmi is very particular about how the file is formatted. You definitely don't want to add extra any quotes into the cell if you're using Excel. You also may be better off using a tab delimited file per the method described here: https://understandinge.com/forum/all-things-coding/importing-a-tab-delimited-file/...
You could try looking at this thread to see if it helps with your issue https://sourceforge.net/p/magmi/discussion/1228365/thread/86a2d57c/ I suspect your CSV isn't formatted properly for both of your issues. Magmi is very particular about how the file is formatted. You definitely don't want to add extra any quotes into the cell if you're using Excel. You also may be better off using a tab delimited file per the method described here: https://understandinge.com/forum/all-things-coding/importing-a-tab-delimited-file/...
Well the mode depends on whether you're updating existing SKUs or Adding new ones. It may be skipping items because you already have them added. And the first option by default is set to "Update existing items only, skip new ones". Set it to the second -or- third option depending on your needs.
Have you read over all of the wiki page on the subject carefully? http://wiki.magmi.org/index.php/Magmi_Behaviour_-select%26_multiselect_attributes The bottom of the page discusses multi-select attributes. Make sure you're only using a comma between options and no spaces (unless you're using the value trimmer plugin mentioned below). It's also possible that your CSV isn't formed correctly. It could be interpretting your comma-seperated multi-select values as different columns. For example, if you're...
Well the mode depends on whether you're updating existing SKUs or Adding new ones. It may be skipping items because you already have them added. And the first option by default is set to "Update existing items only, skip new ones". Set it to the second on third option depending on your needs.
Upload the files you would like to process to directory 'var/import' then refresh magmi's page Select it in the drop-down under File to import in the section for Data Sources. CSV Datasource should be selected. Save the Profile by clicking the button at the bottom of the page. Select the Mode at the top and click Run Import If you're new to Magmi, carefully read over the wiki page because you'll want to understand all the options and be sure to secure it properly. Otherwise you can easily expose...
Upload the files you would like to process to directory 'var/import' then refresh magmi's page Select it in the drop-down under File to import in the section for Data Sources. CSV Datasource should be selected. Save the Profile by clicking the button at the bottom of the page. Select the Mode at the top and click Run Import If you're new to Magmi, carefully read over the wiki page because you'll want to secure it properly otherwise you can easily expose your mysql credentials.
Not sure if this will be helpful 4 years later... But, after digging through code,...