> For the complete documentation index, see [llms.txt](https://docs.navigaglobal.com/circulation-user-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.navigaglobal.com/circulation-user-manual/14-appendix-b-file-formats/advance-reconciliation-export-format.md).

# Advance Reconciliation Export Format

**File type:** Space delimited with characters in quotes.

**Location:** `/dti/exchange/cm`. The file name will be `recon<publ><mmddyyyy>`, where \<publ> is the ID of the publication and \<mmddyyyy> is the date of the export.

<table><thead><tr><th width="155.71963154864713">Fields</th><th width="594.4285714285713">Description</th></tr></thead><tbody><tr><td>Publication</td><td>The publication for which you are exporting rounded draw info.</td></tr><tr><td>Rounding Entity</td><td>The truck or route group for which rounded draw and advance draw are being listed.</td></tr><tr><td>Run Date</td><td>The publishing date that you are exporting information for, in mmddyyyy format (month, day, year).</td></tr><tr><td>Section</td><td>The advance section for which this rounded draw pertains.</td></tr><tr><td>Insert Mix Combination</td><td>The insert mix for which this rounded draw pertains.</td></tr><tr><td>Rounded Draw</td><td>The rounded draw for this truck or route group, within the section/insert combination listed above.</td></tr><tr><td>Advance Draw</td><td>The advance draw for this truck or route group (prior to rounding), within the section/insert combination listed above.</td></tr><tr><td>Rounding Model</td><td>The ID of the rounding model used to round the advance draw.</td></tr></tbody></table>

#### Example:

> `“Times” “Truck” 03/06/2001 “Comics” 0004 60 52 “Up”`


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.navigaglobal.com/circulation-user-manual/14-appendix-b-file-formats/advance-reconciliation-export-format.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.
