@m4zuper Hey, man, the issue still occurred, even though I added what you said. Is this have any relation with a fingerprint? Because I don't use that tho, as you saw in my test script. I think this is related to this post : https://community.bablosoft.com/topic/19823/playing-youtube-with-vpn-extension-white-blank-bas-browser/2
Help while saving a csv file
-
Hi,
I have scraped a data that have , in between example["66001017-0.png","66001017-1.png","66001017-2.png"] all this is in [[variable1]]
now I want to save these three including commas into a single column,
I used
write file and in data, I used "[[variable1]]" but in csv file, it created three columns for 66001017-0.png,66001017-1.png and col C 66001017-3.pngwhile I want the below data in a single cell
["66001017-0.png","66001017-1.png","66001017-2.png"]plz anyone can help