Conversation
|
So, I'm considering using this tool and was wondering how hard it is to use, in doing that I thought I'd have a look here. Personally, I think skipping archived channels should be optional, we have a channel for each release, so each time we start from a clean slate, each channel that we are finished with is then archived. I suppose this could be worked around by un-archiving the channels in the Slack export (I guess you could do that?). Anyway, just my 2 cents. |
|
@ian-cameron , I'm trying to use your code, but I'm getting this error messages upon the first message JSON file ChannelSurf is trying to process:
And if I open the file What do you think could be the problem? |
|
@JanisE Yes its probably the comma. Sorry this code wasn't written with that in mind. You can use something like this in Message.cs just to get it working for you. |
|
Thank you for the reply! I already tried simply to cut off anything after the 10th digit, and seems to have worked: |
|
does this branch allow Teams to import the conversations into the channels so that they are searchable? |
|
@iradzik , no, it does not. |
|
is there any way to import the Jsons into the messages portion of teams? |
We wanted the exported message history to be a little more user-friendly by formatting the timestamp nicely, and showing user mentions by username instead of user_id. Implemented DetectSlackParens. Also skipped importing archived channels.