Documentation ¶
Overview ¶
Copyright The OpenTelemetry Authors SPDX-License-Identifier: Apache-2.0
Copyright The OpenTelemetry Authors SPDX-License-Identifier: Apache-2.0
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶ added in v0.53.0
type Config struct { helper.ParserConfig `mapstructure:",squash"` Header string `mapstructure:"header"` HeaderDelimiter string `mapstructure:"header_delimiter"` HeaderAttribute string `mapstructure:"header_attribute"` FieldDelimiter string `mapstructure:"delimiter"` LazyQuotes bool `mapstructure:"lazy_quotes"` IgnoreQuotes bool `mapstructure:"ignore_quotes"` }
Config is the configuration of a csv parser operator.
func NewConfig ¶ added in v0.53.0
func NewConfig() *Config
NewConfig creates a new csv parser config with default values
func NewConfigWithID ¶ added in v0.59.0
NewConfigWithID creates a new csv parser config with default values
type Parser ¶ added in v0.53.0
type Parser struct { helper.ParserOperator // contains filtered or unexported fields }
Parser is an operator that parses csv in an entry.
Click to show internal directories.
Click to hide internal directories.