Hi All,
I run a technical community in the UK and we run our conversations on Yammer, but I am looking to move that to Discourse going forward.
Has anyone managed to do a user and conversation export from Yammer and import to Discourse, so that I do not lose our existing conversations?
Thanks
sam
(Sam Saffron)
2016 年4 月 10 日 23:34
2
Not aware of any yammer imports off the top of my head, but first things first. You need to get some sort of backup off yammer.
1 个赞
I should be able to get the data export, either from the toolset or I can wrote a quick export utility that uses the API.
Is there a “import schema” that I could use to make it import ready?
sam
(Sam Saffron)
2016 年4 月 11 日 07:35
4
Not really, we have a base importer that does lots of heavy lifting, you would need to write about 100-500 lines of Ruby to create a new importer.
1 个赞
That was my thinking. If I process my export to fit the data model of the base importer, then jobs a good 'Un.
1 个赞
sam
(Sam Saffron)
2019 年1 月 6 日 23:20
7
Afaik, 3 years later, still no Yammer importer
4 个赞
nathank
(Nathan Kershaw)
2019 年6 月 25 日 11:28
8
Rats! I’d really like one as there are 3 Yammer networks that I would love to import. I guess that if someone wants one badly enough they will just have to write it themselves.
pfaffman
(Jay Pfaffman)
2019 年6 月 25 日 12:42
9
If you have a budget, I can help. See Discourse Migration – Literate Computing, LLC for some basic information on imports.
2 个赞
6年后,至少问一下是否有 Yammer 导入器,感觉有点小气。 有人知道吗?
nathank
(Nathan Kershaw)
2022 年12 月 12 日 10:33
13
C’mon @pfaffman ,你太棒了!!!
顺便说一句,感谢你对导入的帮助——我仍然从中受益。
2 个赞
Tris20
(Tristan)
2024 年1 月 11 日 16:49
15
main ← pfaffman:master
opened 07:42PM - 25 Jul 22 UTC
I wrote this import for yammer. It required a few additions to `generic_database… `. I erred on the side of safety rather than adding minimal code (i.e., it might have been better to add the uploads to the existing post code, but it seemed safer to just add standalone code to handle the uploads. Similarly, PMs are topics and posts, but I kept them separate.
我看到这个是在 2023 年 1 月合并的。@pfaffman 那最后是正常工作了吗?
1 个赞
Tris20
(Tristan)
2024 年1 月 11 日 20:11
17
我们正在运行企业版,所以还不行,但我已联系团队,看看他们最近是否使用过。我不会惊讶于微软在上次更新导入程序后进行了糟糕的更改。
如果我能在下周左右拿到我们的数据库,我会看看我们是否可以尝试一下并提供相应的反馈
Tris20
(Tristan)
2024 年1 月 12 日 08:33
18
Tristan:
并据此提供反馈
所以,我们这边有个更新:我认为我们可能要放弃这个导入器了。
手动迁移大约需要 80 小时,团队认为导入器可能需要做一些工作,再加上与内部采购和法务部门协调,最终对我们来说收益甚微。而且从 IT 部门获取数据库并不那么简单
1 个赞
pfaffman
(Jay Pfaffman)
2024 年1 月 12 日 20:03
19
认为手动迁移80小时比更新脚本“更容易”的想法确实很有趣,但我猜我能理解让IT、法务和采购部门协调工作比更新脚本要难得多。