I have this csv named test.csv with the content below
1,\"test user\",,,4075619900,example@example.com,\"Aldelo for Restaurants\",\"this is my deal\",,\"loca
CHAR(124) is | and CHAR(10) is \n
You probably need CHAR(13) and CHAR(10) as Row Terminator
CHAR(13)
CHAR(10)
http://www.techonthenet.com/ascii/chart.php