0

How would I go about converting a Slack export exported by something similar to this to a format like CSV? I've been provided a few raw exports, but need to provide something that can be used to review the chats' content. Ideally the final output could be reviewed in something like Excel or a text editor.

Community
  • 1
  • 1
almisson
  • 155
  • 1
  • 9
  • 1
    https://json-csv.com/ – Mike G Jan 10 '17 at 22:50
  • Sorry, forgot to mention that there are potentially thousands of these exports that need to be converted. Additionally, due to data privacy, the data can't be converted by a web service. – almisson Jan 10 '17 at 23:01
  • The second answer to the question you linked mentions a library that can export the data as csv. Can you use that? http://stackoverflow.com/a/35286207/2428407 – vesan Jan 10 '17 at 23:07
  • Unfortunately, I don't have the ability to re-export the data in a different format. All I have at this point is the exported Json. – almisson Jan 11 '17 at 14:23

0 Answers0