Uipath to Tibco Spotfire

Hi,
Please let me know if it would be possible to connect to Tibco Spotfire from Uipath and export some data?

If you have a premade dashboard, you can open the .dxb file from uipath using a batch file.
image

batch file content will be like
start "" "C:\Users\Folder\Spotfire\spotfireFile.dxp"
this will open that specified file using default app, which is Spotfire.

While opening the dashboard, you’ll get an option to choose the data file which you can do using a few click activities.
image

Thank you.