From aff55f49feee0f83297f7f5569635d788f4a4e19 Mon Sep 17 00:00:00 2001 From: Chris <92900301+chrisdadev13@users.noreply.github.com> Date: Thu, 31 Oct 2024 08:09:02 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=95=B9=EF=B8=8F=20feat(cli):=20script=20t?= =?UTF-8?q?o=20migrate=20(contacts=20and=20companies)=20from=20Attio=20to?= =?UTF-8?q?=20Twenty=20(#8046)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I made an MVP of a Command Line Interface to help migrate (just contacts and companies for now) from Attio to Twenty. I made this rushing but here's the code of the script: [code](https://github.com/chrisdadev13/twenty-cli/tree/main) and a little a [demo](https://www.loom.com/share/f98f34f8d9b34728998847d3b97a16b7) :) Screenshot 2024-10-24 at 8 56 27 PM Since Twenty is open source, this kind of tools can be a great way to catch contributions and also improve migrations process. I mean, now with the CLI you can only migrate from Attio, but what if tomorrow someone extends the tool to easily migrate from Salesforce, or any other CRM, to Twenty? 🤔 Co-authored-by: Charles Bochet --- .../1-write-migration-script-other-crm-to-20.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/oss-gg/twenty-dev-challenges/1-write-migration-script-other-crm-to-20.md b/oss-gg/twenty-dev-challenges/1-write-migration-script-other-crm-to-20.md index c68bae4de..eb425b48b 100644 --- a/oss-gg/twenty-dev-challenges/1-write-migration-script-other-crm-to-20.md +++ b/oss-gg/twenty-dev-challenges/1-write-migration-script-other-crm-to-20.md @@ -20,6 +20,9 @@ Your turn 👇 » 22-October-2024 by [FaheemOnHub](https://oss.gg/FaheemOnHub) video Link: [video](https://drive.google.com/file/d/1bR59Q5gqoqHjzgdrF6K68U2hloexkQYM/view) +» 24-October-2024 by [chrisdadev13](https://oss.gg/chrisdadev13) video Link: [video](https://www.loom.com/share/f98f34f8d9b34728998847d3b97a16b7) + » 27-October-2024 by [Khaan25](https://oss.gg/Khaan25) video Link: [video](https://drive.google.com/file/d/1-wgzofJaWmnMcFgZZV5uYNNgtbJKJ_1G/view?usp=sharing/) » 30-October-2024 by [RajuGangitla](https://oss.gg/RajuGangitla) video Link: [video](https://www.loom.com/share/f072bf31fb46449d98d6826a3a824fe9?sid=21f2c3f4-f286-43a2-98aa-d1fb92c3a86e) +