You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When exporting logs as CSV, any values containing complex strings, such as JSON objects or any non-standard characters, the formatting is not preserved and values get malformed and carried over to the subsequent fields and rows when opened in Excel or GSheets.
I think this might be because certain characters in the output strings are not encapsulated correctly, such as commas.
When exporting logs as CSV, any values containing complex strings, such as JSON objects or any non-standard characters, the formatting is not preserved and values get malformed and carried over to the subsequent fields and rows when opened in Excel or GSheets.
I think this might be because certain characters in the output strings are not encapsulated correctly, such as commas.
@csansoon
The text was updated successfully, but these errors were encountered: