I have a script that calls an api and returns a text that I save in a csv. The api sometimes returns a text containing ";". This ";" is the delimiter of the csv so it generates new columns in the file. How can I do to "escape" the semicolon and not generate new columns when the text has ";"?
Thanks!