-
Notifications
You must be signed in to change notification settings - Fork 49
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
Example CSV import only fills in FromBase field, others are left blank. SS4.1 #60
Comments
The example should be in this format:
This resolves the issue. Thanks. |
hmm, I'm surprised the CSVs shouldn't need to be quoted as quotes are optional. What version of SS are you using? |
This is on 4.1.1 |
OK, we upgraded the CSV library in 4.2, I'd wonder if that makes a difference, would you be able to test in 4.2 to see if it's still a problem? |
This has just solved the issue for me, using SilverStripe 4.3 Strangely stepping through the code - the data was assigned to the object, but just didn't appear in the database. |
Hello! Example:
Thanks for any advise! Hendrik |
When following the example format and using the example CSV file I am unable to populate the FromQuerystring and To fields.
Please let me know if you need any more information.
The text was updated successfully, but these errors were encountered: