ROJA - Hi Team, I am planning to use NLS spotte...
Hi Team, I am planning to use NLS spotter embed into my application but I want only json data as I have my own ag-grid to populate the data but when i use NLS in my application, its rendering its own visualization. Is there any way to use NLS spotter alone without rendering visualization and get the data as json.
5 Replies
Doing it just through embed would be difficult but will chack cc @jbc . But you can use AI apis + CSV export APIs to get the data as csv though..
@ROJA There is currently no support to directly respond with the data as json. But, we emit the
EmbedEvent.Data
, whenever a viz loads. You can listen on that event to retrieve the data and process it however you want.@jbc But can we hide viz whenever we hit spotter and get data only from EmbedEvent
@jbc can you please reply for the above one
I do not think we can do this directly for now. You can use apis for your usecase
Okay @shikharTS thanks for replying