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
When you run sigtop export-messages, it returns the sender's display name if the format is text or text-short. Because json output returns directly from the database, there's no display name included.
An option like json-names might be nice which joins sourceServiceId from messages table to serviceId in the conversations table.
Thanks!
The text was updated successfully, but these errors were encountered:
Good point. Another possibility is to export the json column from the conversations table into a separate conversations.json file. Would that work for you?
Good point. Another possibility is to export the json column from the conversations table into a separate conversations.json file. Would that work for you?
That's a good idea. I'll take a whack at a PR, but I know next to nothing about Go. 😅
When you run
sigtop export-messages
, it returns the sender's display name if the format istext
ortext-short
. Becausejson
output returns directly from the database, there's no display name included.An option like
json-names
might be nice which joins sourceServiceId from messages table to serviceId in the conversations table.Thanks!
The text was updated successfully, but these errors were encountered: