# Transformer datadate

When a transformer runs, `transcript.exe` is executed and one of the command line arguments it requires is a date in yyyyMMdd format which is termed the *data date*. The activities performed by Transcript are associated with this date in several ways, most notably:

* when importing using automatic source tagging which specific Dataset file to import from `\collected`
* to determine the concept of 'today' when processing files containing data with timestamps spanning multiple days
* to determine the output directory into which [RDF](https://github.com/exivity/docs/tree/4455d34021b8c3e12ce1b09914544d96f4a3b270/general/concepts/rdfs/README.md) files will be generated
* to generate the filename of the RDF files generated

The data date is made available to a Transcript task through the automatic creation of the `${dataDate}` variable


---

# 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://olddocs.exivity.io/2.10.2/advanced/digging-deeper/transformer-datadate.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.
