I want to create a csv file with the following as sample as output. But I am not able to include double quotes as a part of my string. I have tried this using escape sequences too. But when I include double quote as a part of the string, instead of a single double quote, multiple double quotes are included. Please help me to resolve this issue.
id=“1”,fullname=“meera”,lastname=“ramanan”
id=“2”,fullname=“priya”,lastname=“ramesh”