-
Notifications
You must be signed in to change notification settings - Fork 9.4k
import new products via csv: products are created with empty value when strings are too long #17865
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @LouNik1984. Thank you for your report.
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
where @LouNik1984 do you confirm that you was able to reproduce the issue on vanilla Magento instance following steps to reproduce?
|
@magento-engcom-team give me 2.2.5 instance |
Hi @LouNik1984. Thank you for your request. I'm working on Magento 2.2.5 instance for you |
Hi @LouNik1984, here is your Magento instance. |
I can confirm that I can reproduce the issue on the vanilla instance you gave me. I don't know the exact character limit so I used one of the record that I tried to import in my magento instance. In the vanilla instance, you can see a bunch of products correctly imported while the last one to be imported (id = 17) is the one with the too long string and you can see that values are empty. I'll attach the csv file I have used to import the product which causes the issue. Because I cannot upload csv files, I transformed it in a txt but of course for magento I have used the csv version. |
@LouNik1984, thank you for your report. |
I would like to work on this issue and hence starting work on this. |
#mm18mx |
@gloriadg20 thank you for joining. Please accept team invitation here and self-assign the issue. |
@magento-engcom-team give me 2.3-develop instance |
Hi @gloriadg20. Thank you for your request. I'm working on Magento 2.3-develop instance for you |
Hi @gloriadg20, here is your Magento instance. |
Hi @LouNik1984. Thank you for your report.
The fix will be available with the upcoming 2.3.1 release. |
Hi @LouNik1984. Thank you for your report.
The fix will be available with the upcoming 2.2.8 release. |
Preconditions
magento 2.2.5 on ubuntu 16.04 with apache and php 7.1.2. Magento is a fresh install, no custom theme nor any custom module is installed. Magento has been installed by downloaded the source via composer and then run the wizard from browser.
Steps to reproduce
-- entity type = products
-- import behaviour = add/update, skip error entries
-- allow errors count = I tried with several numbers from 10 (default) to 500 but issue persists
-- field separator = ; (semicolon)
-- multiple value separator = , (comma, default)
-- field enclosure = unchecked (default)
Expected result
Actual result
Actual results consists in two issues:
SCREENSHOTS:
check data returns no error:

import fails because of the strings that are too long

my product list shows the products with empty values

The text was updated successfully, but these errors were encountered: