AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Classifiers are triggered during a crawl task. A classifier checks whether a given
file is in a format it can handle. If it is, the classifier creates a schema in the
form of a StructType
object that matches that data format.
You can use the standard classifiers that Glue provides, or you can write your own
classifiers to best categorize your data sources and specify the appropriate schemas
to use for them. A classifier can be a grok
classifier, an XML
classifier,
a JSON
classifier, or a custom CSV
classifier, as specified in one of
the fields in the Classifier
object.
Namespace: Amazon.Glue.Model
Assembly: AWSSDK.Glue.dll
Version: 3.x.y.z
public class Classifier
The Classifier type exposes the following members
Name | Description | |
---|---|---|
Classifier() |
Name | Type | Description | |
---|---|---|---|
CsvClassifier | Amazon.Glue.Model.CsvClassifier |
Gets and sets the property CsvClassifier. A classifier for comma-separated values (CSV). |
|
GrokClassifier | Amazon.Glue.Model.GrokClassifier |
Gets and sets the property GrokClassifier.
A classifier that uses |
|
JsonClassifier | Amazon.Glue.Model.JsonClassifier |
Gets and sets the property JsonClassifier. A classifier for JSON content. |
|
XMLClassifier | Amazon.Glue.Model.XMLClassifier |
Gets and sets the property XMLClassifier. A classifier for XML content. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5