CSV writing strings of text that need a unique delimiter
问题 I wrote an HTML parser in python used to extract data to look like this in a csv file: itemA, itemB, itemC, Sentence that might contain commas, or colons: like this,\n so I used a delmiter ":::::" thinking that it wouldn't be mined in the data itemA, itemB, itemC, ::::: Sentence that might contain commas, or colons: like this,::::\n This works for most of the thousands of lines, however, apparently a colon : offset this when I imported the csv in Calc. My question is, what is the best or a