Converting GUID and Metadata to readable text #109
Unanswered
KishanMistrya8
asked this question in
Q&A
Replies: 1 comment 6 replies
-
Hi @KishanMistrya8 , this data comes in the same format out of the Searchable tool. It pulls from the Metadata APIs in ThoughtSpot, which also are powered by the service cs_tools tools searchable gather --syncer csv://directory=. You'll get both |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
One of our clients would like a list of all liveboards in their ThoughtSpot system along with the date it was created and the owner.
They provided me with these commands:
atlascli --adv
node search pinboard --num 10000 --file /home/admin/liveboard
This allowed me to get a list of all the liveboards, but as seen in the image attached, the date and owner column are full of GUID string and metadata. Is there a way to convert this into readable text?
If anyone could help with this, that would be much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions