I have a csv file a.csv size 1TB with contents a sample as follow:
this,is,test1@#n@#this,is,test2@#n@#
use perl set line separator $/=’@#n@#’, how to do this with python?
I have a csv file a.csv size 1TB with contents a sample as follow:
this,is,test1@#n@#this,is,test2@#n@#
use perl set line separator $/=’@#n@#’, how to do this with python?
New contributor
user26195015 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.