I am trying to write a table with strings within the quotation, which I then export to a csv file. The image shows what the string looks like before exporting to the file (and what I want the string to appear as). After exporting, it appears like this:
""IB-FTL""[shape=""cds""];
Everything that should be in quotations has two quotations - so "" instead of ". Is there a change I can make that would prevent the double quotations from appearing, keeping only the single quotations?