If your .csv file comes with a "Full Name" field instead of separate fields for "First Name" and "Last Name" it is advised to split the column before importing into VanillaSoft. Steps to do this are:
- Open file in Excel
- Move the Full Name column to the farthest right column available to make room for the split
- Highlight the Full Name column
- Go to Data
- Go To Text to Columns
- This will pull up the Excel Wizard
- Click Delimited and Next
- Check "Space" if column if your current text is split with a space (John Smith) or check "Comma" if your text is split with a comma (Smith, John)
- Select Text Qualifier as {None} and Next
- Select Text and Finish