mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-03-20 13:51:28 +00:00
@@ -273,9 +273,6 @@ namespace DiscordChatExporter.Core.Services
|
||||
|
||||
private string FormatContentCsv(string content)
|
||||
{
|
||||
// New lines
|
||||
content = content.Replace("\n", ", ");
|
||||
|
||||
// Escape quotes
|
||||
content = content.Replace("\"", "\"\"");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user