Problem
When attempting to upload a CSV file to the custom compliance framework, the message "Every row should contain the ";" separator." is received.
Solution
The CSV file should be delimited by the semicolon ';'. This error can occur if there is an extra blank line in the CSV file. Open the CSV file in a text editor and check if there is an extra blank line at the end of the file. Remove any blank lines, save and attempt to upload the CSV file again.