I have to parse CSV file that have multi line data using python
example source data col1,col2,col3 "data1","data2","data3" "data4 continue in next line","data5","data6" "data1","data2","data3"
when i read the data using csv reader it is getting failed with below error UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 1256: character maps to