Inorder to do this, you have to surround each of your data columns with quotes. So if I wanted to insert an Account with the Name of “Comma, Name” I would use:
“Name”, “Industry”
“Account, Name”, “Electronics”
This allows the reader to separate the row columns.