# Add New CSV format example

<pre data-overflow="wrap"><code>
Ah ok, so first you'll want to get any CSV working with the staketaxcsv code 
(Install and Usage as CLI section):
https://github.com/hodgerpodger/staketaxcsv


I found a random address on mintscan just now to use as an example below:

# create staketax csv
python staketaxcsv/report_atom.py cosmos1xa0a5xxklr4cx27ay46ttputr7d7nh55hgsjrw

# create cointracker csv
python staketaxcsv/report_atom.py cosmos1xa0a5xxklr4cx27ay46ttputr7d7nh55hgsjrw --format cointracker

# create cointracker csv for just one transaction (for testing)
python staketaxcsv/report_atom.py cosmos1xa0a5xxklr4cx27ay46ttputr7d7nh55hgsjrw --format cointracker --txid FA6E219AC3C197F4881D30A7E216BE3ADC2D879B2EBAEE8D7BA99AB873310697



Then I’d use this example to make edits to src/staketaxcsv/common/Exporter*.py:
<strong>https://github.com/hodgerpodger/staketaxcsv/commit/193e4cec07d9a5ec5b7fc45435cef0121560d56c
</strong>
In the end, you'll want to get a command like this working:

python staketaxcsv/report_atom.py cosmos1xa0a5xxklr4cx27ay46ttputr7d7nh55hgsjrw --format bitwave

</code></pre>


---

# 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.stake.tax/devs/add-new-csv-format-example.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.
