Skip to content

Commit 8fa7b46

Browse files
committed
Update README.md
1 parent 4f3b079 commit 8fa7b46

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,14 @@ Various scripts written in Golang.
44
## Scripts
55

66
### Slack Message Parser
7-
This tool is used to parse the `json`-formatted data that comes from [exporting Slack workspace data](https://slack.com/help/articles/201658943-Export-your-workspace-data).
7+
This tool is used to parse the `json`-formatted data that comes from [exporting Slack workspace data](https://slack.com/help/articles/201658943-Export-your-workspace-data) into a `csv` file named: `slack_records.csv`.
8+
9+
`csv` format:
10+
TimeStamp,UserID,UserName,RealName,MessageType,Text,Attachments,Files
11+
12+
| TimeStamp | UserID | UserName | RealName | MessageType | Text | Attachments | Files |
13+
|:---------:|:------:|:--------:|:--------:|:-----------:|:------:|:-----------:|:--------:|
14+
| string | string | string | string | string | string | []string | []string |
815

916
#### Instructions
1017
1. Move your files to the `SlackMessages` directory.

0 commit comments

Comments
 (0)