> ## Documentation Index
> Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
> Use this file to discover all available pages before exploring further.

# DEE field output column

> Reference for the `fieldOutputColumn` output column type in a DEE order, used with `SearchFactsQuery` extractions to output a store field value, including its `header`, `name`, `prefix`, and `suffix` properties.

## JSON structure

```json theme={"languages":{"custom":["/engine/python-sdk/0.9/languages/pycon.tmLanguage.json"]}}
"columns": [
  {
    "@type": "fieldOutputColumn",
    "header": "head",
    "name": "field1",
    "prefix": "",
    "suffix": ""
  },
```

## Property details

| Property | Values                                 | Default Value |
| -------- | -------------------------------------- | ------------- |
| header   | String - Header of column              |               |
| name     | String - Name of this field            |               |
| prefix   | String - a prefix to add to all levels |               |
| suffix   | String - a suffix to add to all levels |               |
