hisabimbola / slack-history-export

A NPM module that allows slack users export their history

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Preformatted messages unavailable in csv format

cfoxcfox opened this issue · comments

I recently attempted to use this tool to download my slack messages, but I found that preformatted messages that are indicated with ``` before and after the message in Slack, are not showing in the csv that is created. If the preformatted spans more than one line like

{
"key_as_string": "Jun-2016",
"key": 1464739200000,
"doc_count": 20444,

...

all that is in the csv is the first line with the open bracket.

In the json format, this text is riddled with newline characters diminishing its usefulness, in my opinion.