Data formats
The Infinity data source can query and visualize data from multiple formats. Each format has its own configuration options and selector syntax.
Supported formats
Common concepts
All data format queries share these common configuration options:
- Source: Where to get the data (URL, inline, Azure Blob, or reference)
- Root selector: Path to the array of data rows
- Columns: Define which fields to extract and their data types
- Format: Output format (table, time series, data frame, etc.)
For advanced data transformation, you can use JSONata, JQ, or UQL parsers with any data format.



