What can I do if I have error display on Chinese characters for the imported members?

What can I do if I have error display on Chinese characters for the imported members?

The error could be caused by you have saved Chinese characters directly in a csv file.



Please save the csv file as CSV UTF-8 to display Chinese Characters and import the file to Stella again.


You could also use Google sheet to export the .csv file in UTF-8 format.
  1. Open your Sheets file.
  2. Click the File tab.
  3. Choose Download.
  4. Select the Comma-separated values (CSV) option.

    • Related Articles

    • How to import members to Stella?

      If you already have an existing member list from another source, you can import these members (in .csv format) to Stella. For more details, please refer to the guide here. Please save the file as CSV UTF-8 to display Chinese Characters. You could ...
    • What is Members?

      Members is the section where you can find the profile of all the subscribers to your chatbots. Anybody who has talked to your chatbot will be displayed here in list view. You can look at their tags and detailed conversation histories here.    Please ...
    • What should I do if we could not edit the display name in WhatsApp Manager?

      Please submit a ticket to contact Stella Support team to request a change of display name if you could not edit the display name in the WhatsApp Manager. For example, you have received the error:  "You have reached the limit of display name changes ...
    • How do I export the member list?

      Head to "Member" and filter the list of members. You can also filter by member tag if needed. Then, click the "Export" button to export the list as a .CSV file.
    • How to apply custom info for member tag?

      You could add an advance member tag with this.member in the node to display the info saved in the member data before. return new Promise((resolve, reject) => { resolve({ tags: [`${this.member.botMeta.tempData.template}`] }) }) Please see the advanced ...