hey, CSV import doesnt work properly, this is what I get from a clean CSV import into clay. there are these weird signs + also sometimes there are the wrong values in the columns, eg row 10 --> instead of first name there are the technical skills
This issue is likely due to formatting problems in your CSV file. The weird signs and mixed-up columns (like technical skills appearing in first name fields) typically happen when there are separator issues or encoding problems.
Try these fixes:
** Remove commas, colons, and semicolons from your data
** Ensure your CSV is UTF-8 encoded with comma-separated values
** Upload your data to Google Sheets, then download as CSV again
** Use a shorter file name
If these steps don't work, please share your CSV file so we can investigate further.