# Data Set

## Data Set

![dataset](/files/pofxAHUDBUVLwEgku4W5)

A Data Set is a static pre-defined collection of rows, used in [unit testing^](/data-shaper-1.21/knowing-the-data-shaper-designer/index-2/pipeline-unit-test.md), where a data set is used as an alternative input data set. This input set is used to be processed in a unit testing pipeline. After processing the result of the pipeline is compared to a data set that has been specified as the 'golden data set' for the test.

### Related Plugins

None/All

### Options

| Option                                             | Description                                                                                          |
| -------------------------------------------------- | ---------------------------------------------------------------------------------------------------- |
| Name                                               | The name to be used for this data set                                                                |
| Description                                        | The description to be used for this data set                                                         |
| Set Folder (or use HOP\_DATASETS\_FOLDER)          | project folder where data sets can be found and are saved                                            |
| Base file name                                     | the data set default name                                                                            |
| data set fields and their column names in the file | List of field name, type, format, length and precision. Describes the file layout for this data set. |

### Samples

None


---

# 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/data-set.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.
