Products | Versions |
---|---|
Spotfire Analyst | All supported versions |
You may use one of the following approaches:
* Script - Use a Python script (needs to be aware of the schema of the XML) to produce, e.g., a CSV file or insert data into a database table.
* SQL/XML query - If the XML data is already in a database, use a SQL/XML query that produces as output a "regular", XML-free table (or use a view definition).
*Custom Extension - Extend Spotfire to create a custom data source that parses the XML. The data source would need to be schema-aware or configurable. TIBCO Spotfire SDK contains an example to create a custom data source which can be used as a reference (SDK\Examples\Extensions\SpotfireDeveloper.CustomDataSourceExample).
*TIBCO Spotfire Advanced Data Services - Use TIBCO Spotfire Advanced Data Services (ADS). Additional licensing will be required to use this product. ADS can produce a table-like structures suitable for consumption in Spotfire.