Import Old Customers Database (optional)

⚠️ THIS IS AN UPSELL SERVICE

Choose one method to import customers

  1. Manual Entry
  2. Upload CSV
  3. BCC

Manual Entry

You can manually enter customer data directly in our app. While it is not an automated solution, it is a simple way to get started

Upload CSV

You can upload a CSV file to import thousands of customer records at once. It is a convenient way to get started quickly. We accept the following values:

Location link here

Download an example CSV template, here.

How to add "+6" in front of missing CSV?

  1. import CSV to Google sheet
  2. add a new column next to phone column, e.g. column E
    add this function:  (where column D is the phone number)
=IF(LEFT(TRIM(D2), 1) = "+", TRIM(D2), IF(LEFT(TRIM(D2), 1) = "6", "+" & TRIM(D2), "+60" & TRIM(D2)))

 

How to Separate First Name From Last Name?

  1. Create multiple new column right to "first_name". For example "first_name" is Column A, create Column B C D E F
  2. In Column B, add this formula =SPLIT(A2," ")
  3. Change to A2, or B2, or C2 depending on the column content
  4. Adjust the "first_name" to the specific column

This error will show up if columns are not created enough (client has long name)

... just delete it if accidentally imported.


Was this article helpful?
© 2025 Bingo Digital Marketing PLT