Most failed imports are not Quanda's fault. They fail because of the source file. Scrambled columns, dates in the wrong format, broken special characters. When you prepare your data properly, the import itself takes just a few minutes and you will not have to track down and fix anything by hand afterwards. In this lesson we will walk through how to get contacts out of your system and into a file Quanda can work with.
Where to get the data
Whether you keep your contacts in a CRM, Outlook, an accounting program, or an e-commerce platform, practically every such tool can export to a file with the xlsx or csv extension. Quanda accepts both formats.
An xlsx file opens in Excel directly. With csv it is not that simple. If you just double-click it, the content often piles up into a single column and becomes unreadable. Excel has its own procedure for this. Open a blank sheet, choose "Data" in the top menu, find the "Get & Transform Data" section, and click "From Text/CSV". Select the downloaded file, confirm it is a delimited file, choose UTF-8 as the encoding and comma as the delimiter. You should now see the data neatly arranged in columns.
One value, one column
The basic rule of preparation is: every value gets its own column. First name separately, last name separately, email separately. A merged cell like "John Smith, Boston" will ruin your import, because it cannot be matched to any field in Quanda.
We recommend preparing at least these columns:
- First name.
- Last name.
- Email.
- Phone.
- Contact tags.
The tags column holds the groups you want to assign the contact to. If a contact belongs to several groups, write the tags into one cell and separate them with commas. Quanda will create them during the import and assign them to the contacts. Keep in mind that tags are sensitive to spaces, capitalization, and accented characters. "Newsletter" and "newsletter" are two different tags.
Formats that matter
Some fields have a fixed format and if you do not follow it, the row ends up among the errors:
- Gender. Quanda recognizes the forms male/female or man/woman. You will need the gender for Quanda's automatic personalized salutation using the last name.
- Date. The supported formats are 01.01.2019 or 1.1.2019. If Excel shows you something else, select the whole column and change the cell format to date.
- Contact owner. This field takes the email address of a Quanda user, not their name.
You can also prepare GDPR-related legal data in the file: the legal basis for processing personal data, the purpose of processing and its validity, and the permission to send emails. This saves you from filling it in manually for hundreds of contacts later.
Saving the file and encoding
Save the finished file as xlsx or csv. If you choose csv, pick the variant in Excel whose name or description mentions delimited text values. Quanda does not support the "MS-DOS" or "Macintosh" csv formats.
If special characters come out scrambled in the data, the culprit is usually the encoding. First check the source file to see whether the text is fine there. If it is, save the file as csv with UTF-8 encoding. If your program does not offer that, open the csv in Notepad, choose "Save As", select UTF-8 as the encoding, and save. Then run the import from this corrected version.
You can always use imports later to add, correct, and extend contact data, so the first file does not have to be perfect. Still, the more work you do in Excel, the less will be left to do in Quanda.