Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support Rocket Chat import format #7

Open
JensLehmann opened this issue Nov 23, 2022 · 0 comments
Open

support Rocket Chat import format #7

JensLehmann opened this issue Nov 23, 2022 · 0 comments

Comments

@JensLehmann
Copy link

It would be good to support the Rocket Chat import format as described in https://docs.rocket.chat/guides/administration/admin-panel/import/csv . In particular for private channels, the format should be sender user / receiver user / timestamp / message. Moving from the current format to this format is not that easy (because of multiline messages and needing to insert the receiving user as only the sending user is in the current format).

Looking at https://github.com/patrickfav/rocketchat-exporter/blob/master/src/main/java/at/favre/tools/rocketexporter/converter/SlackCsvFormat.java I'm also unsure whether there is a way to implement this for direct messages, which are treated differently than channels. Probably, the ExportFormat interface needs to be extended by another method for direct messages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant