Skip to content

Commit c5574cf

Browse files
committed
Update README.md
1 parent cbcaa04 commit c5574cf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ Various scripts written in Golang.
66
### Slack Message Parser
77
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`.
88

9-
`csv` format:
10-
TimeStamp,UserID,UserName,RealName,MessageType,Text,Attachments,Files
11-
129
| TimeStamp | UserID | UserName | RealName | MessageType | Text | Attachments | Files |
1310
|:---------:|:------:|:--------:|:--------:|:-----------:|:------:|:-----------:|:--------:|
1411
| string | string | string | string | string | string | []string | []string |

0 commit comments

Comments
 (0)