You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the convert will take the messages as-is, running the import will produce errors for each message which has an @username mention in it. Removing the @ from the jsonl file will solve the problem and allow an import of the data.
The text was updated successfully, but these errors were encountered:
I am no seeing that. I have converted all my usernames to lowercase and it seems to be working. The @mentions also seem to convert as I don't think they are case sensitive.
The key thing is to import ALL your users first and THEN import messages. I added a new command to do this in my merge request #4 and stepped through the process in Commands.ods
Running the convert will take the messages as-is, running the import will produce errors for each message which has an @username mention in it. Removing the @ from the jsonl file will solve the problem and allow an import of the data.
The text was updated successfully, but these errors were encountered: