Field Analyzer - Introduction
  • 1 Minute to read
  • Dark
    Light
  • PDF

Field Analyzer - Introduction

  • Dark
    Light
  • PDF

Article summary

Field Analyzer Limits
Not all field analyzer functions are supported for all field and data types 
Processing Time
Depending on the size and type of data being analyzed, Analyzer functions can take some time to run.   Continuous Strings of millions of records may take some minutes.
TODO: How to add analyzer indexing to load scripts


Available Field Analyzer functions:

Supported Data and FieldTypes:

  • String (Continuous and Discrete), 
  • Integer (Discrete), 
  • Double (Discrete), 
  • Date (Discrete)
Analyzer FunctionDescription
CharDiscreteCounts how many times the character appears in the list of discrete values
CharRecordsCounts the number of records that contain the character
CharOccurrencesCounts the total number of occurrences of the character in the field
CharSummaryCalculates CharRecords and CharOccurrences and displays in same grid
SLenDiscreteCalculates the number of field values that have a particular length
SLenRecordsCalculates the number of records that have a particular length
WordsDiscreteCounts the number of field values that have a particular word length
WordsRecordsCounts the number of records that have a particular word length






Was this article helpful?