# Static Schema Definition

## [CSV Input](https://github.com/mbertazz/hop-docs-md/blob/main/modules/ROOT/pages/metadata-types/pipeline/transforms/csvinput.L1Bun4ueHJ)Static Schema Definition

### Description

<img src="/files/PcvKwJXleFoFsHoA3ubw" alt="folder" data-size="line">

A Static Schema Definition describes a stream layout that can be applied to a selected set of input/output transforms. The Schema Definition is a way to define a recurrent stream layout, that can be reused in multiple pipelines.

Being able to use the same schema definition in multiple pipelines simplifies development and reduces the risk of errors in manual field or layout specification.

### Related Plugins

Transforms:

* [Text File Input](/data-shaper-1.21/knowing-the-data-shaper-designer/pipelines/transforms/textfileinput.md)
* [Text File Output](/data-shaper-1.21/knowing-the-data-shaper-designer/pipelines/transforms/textfileoutput.md)
* [CSV File Input](/data-shaper-1.21/knowing-the-data-shaper-designer/pipelines/transforms/csvinput.md)
* [Excel Input](/data-shaper-1.21/knowing-the-data-shaper-designer/pipelines/transforms/excelinput.md)
* [Excel Writer](/data-shaper-1.21/knowing-the-data-shaper-designer/pipelines/transforms/excelwriter.md)
* [Schema Mapping](/data-shaper-1.21/knowing-the-data-shaper-designer/pipelines/transforms/schemamapping.md)

### Options

| Option            | Description                                                                             |
| ----------------- | --------------------------------------------------------------------------------------- |
| Name              | The name to be used for this schema definition                                          |
| Description       | The description to be used for this schema definition                                   |
| Field Separator   | separator used between fields in the schema definition                                  |
| Enclosure         | field enclosure used for fields in the schema definition                                |
| Field Definitions | List of fields and attributes that describe the file layout for this schema definition. |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.primeur.com/data-shaper-1.21/knowing-the-data-shaper-designer/index-2/static-schema-definition.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
