# `Kreuzberg.DbfFieldInfo`
[🔗](https://github.com/kreuzberg-dev/kreuzberg/blob/main/lib/kreuzberg/dbf_field_info.ex#L1)

dBASE field information.

Matches the Rust `DbfFieldInfo` struct.

## Fields

  * `:name` - Field name
  * `:field_type` - Field type (e.g., "Character", "Numeric")

# `t`

```elixir
@type t() :: %Kreuzberg.DbfFieldInfo{field_type: String.t(), name: String.t()}
```

# `from_map`

```elixir
@spec from_map(map()) :: t()
```

# `to_map`

```elixir
@spec to_map(t()) :: map()
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
