What are a few points to avoid for a smooth import of contacts from csv files?

What are a few points to avoid for a smooth import of contacts from csv files?

 Points to avoid in csv file while importing contacts are:
  • Missing “@” symbol – For example, "jane.doegmail.com" is missing the “@” symbol.
  • Missing "." – For example, "Patrick@yahoocom" is missing the period.
  • Spacing in File – This could be due to the extra space present at the beginning of your list. The best way to prevent this error is to make use of the TRIM function to remove all spaces from the text.
  • Email address with more than 6 characters after the last dot — For example, jane.doe@zylker.incostica
  • Non-English characters