Please Log in or Create an account to join the conversation.
How strings store is entirely dependent on the collation set within your database. Typically the collation should be utf8mb4_unicode_ci and you CSV should be using UTF8 charset.I imported names with scandinavian umlaut characters as well as é (accented-e). They were replaced with "?" in their fields.
Although the fields themselves do not object to those characters if edited in-place.
If the import rules are really stricter than the field rules, is there a workaround (or can those rules be made less strict.
Except for "username" I do not see a good reason to prevent any printable characters from importing to name fields).
Or is there a good reason for that?
That's normal. It tries to go through normal backend user create process for imports.I also found that importing immediately sends an invite to the email address imported.
Turn off emails in CBs configuration before importing.I would have liked to be able to suppress that before importing (so I can send the invite when all the bits and pieces are in place).
You need to import the same information Joomla requires to create a functioning user. This means username, name, and email address. CB will try and fill username/name if missing. CB will also generate password if one isn't supplied in the import.By the way- when importing I had a need to import "invalid" e-mail addresses although during registration they are required (and thus, if they are not valid, they abort the import for that line). As I want the member in place, even if the e-mail is unknown at import time, is there a workaround?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Database collation affects how it'll be stored in the database. How it stores in the database determines what characters it can store. If the collation isn't correct then some characters are going to get turned into ? on storage. This has nothing to do with CB, but with the database. Joomla, CB, and its database tables all use UTF8. You have to use UTF8 charset in your CSV file as instructed above.1. Do you mean that the "collation set" affects import, but not field editing? I don't know "collation set", is this something I can adapt to facilitate importing of names with umlaut characters, if so how?
Don't import a password. Exclude it from the CSV entirely and CB will generate one. It should be included with the email, but you may need to temporarily turn on generated passwords in CB > Configuration > Registration for it to be included in the email as we made inclusion of password in email more strict.What could be the reason for that? (It obviously means that my new members are invited, but yet cannot log in... Although I suspect that the "Forgotten PW" will still work)
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.