Menu

Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current version.

Enterprise Open source

guessFieldTypeFromValue() function

guessFieldTypeFromValue() function

Given a value this will guess the best column type

NOTE: this is will try to see if string values can be mapped to other types (like number)

Signature

typescript
export declare function guessFieldTypeFromValue(v: any): FieldType;

Import

typescript
import { guessFieldTypeFromValue } from '@grafana/data';

Parameters

ParameterTypeDescription
vany

Returns:

FieldType