# How to Save "Verify Data" in Verify Data Results Window

**URL:** https://gramps.discourse.group/t/how-to-save-verify-data-in-verify-data-results-window/7876
**Category:** User Manual
**Created:** [June 23, 2025, 6:41pm UTC](https://gramps.discourse.group/t/how-to-save-verify-data-in-verify-data-results-window/7876 "2025-06-23T18:41:49Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![RLC](https://avatars.discourse-cdn.com/v4/letter/r/85f322/32.png) [@RLC](https://gramps.discourse.group/u/RLC)
#### Post date: [June 23, 2025, 6:41pm UTC](https://gramps.discourse.group/t/how-to-save-verify-data-in-verify-data-results-window/7876/1 "2025-06-23T18:41:49Z")

</div>

I would like to save as a CSV file or other file format the results of [Verify The Data](https://gramps-project.org/wiki/index.php/Gramps_6.0_Wiki_Manual_-_Tools#Verify_the_Data) (under Tools).

If not that, I would like to print the results.

Can it be done.

---

<div class="post-metadata">

### Author: ![emyoulation](https://yyz2.discourse-cdn.com/free1/user_avatar/gramps.discourse.group/emyoulation/32/67_2.png) [@emyoulation](https://gramps.discourse.group/u/emyoulation)
#### Post date: [June 23, 2025, 6:59pm UTC](https://gramps.discourse.group/t/how-to-save-verify-data-in-verify-data-results-window/7876/2 "2025-06-23T18:59:21Z")

</div>

Unfortunately, no. There is no option to save/print a worklist. Not as a CSV nor as a Note.

It would be nice to have such a capability when the results can have too many to work in a single session. Like this tool and the Possible Duplicates list.

---

<div class="post-metadata">

### Author: ![GaryGriffin](https://yyz2.discourse-cdn.com/free1/user_avatar/gramps.discourse.group/garygriffin/32/6525_2.png) [@GaryGriffin](https://gramps.discourse.group/u/GaryGriffin)
#### Post date: [June 23, 2025, 7:33pm UTC](https://gramps.discourse.group/t/how-to-save-verify-data-in-verify-data-results-window/7876/3 "2025-06-23T19:33:18Z")

</div>

There is a CLI version as well as a GUI version for this tool.

For intance, on my Mac I can type:

`./Gramps -O 'Foo60' -a tool -p name=verify`

where Foo60 is the name of the tree.

Other OS would invoke Gramps differently.

Documentation for this is at

> **[Gramps 6.0 Wiki Manual - Command Line - Gramps](https://gramps-project.org/wiki/index.php/Gramps_6.0_Wiki_Manual_-_Command_Line#tool_action_option)**

---

<div class="post-metadata">

### Author: ![GaryGriffin](https://yyz2.discourse-cdn.com/free1/user_avatar/gramps.discourse.group/garygriffin/32/6525_2.png) [@GaryGriffin](https://gramps.discourse.group/u/GaryGriffin)
#### Post date: [June 24, 2025, 3:03pm UTC](https://gramps.discourse.group/t/how-to-save-verify-data-in-verify-data-results-window/7876/4 "2025-06-24T15:03:42Z")

</div>

Running the CLI version of gramps on the example.gramps file:

```python
Opened successfully!
Performing action: tool.
Using options string: name=verify
Cleaning up.

```

The console output was 330 lines that started with:

```python
E: Children are not in chronological order, Family: F00000017, Garner von Zieliński, Lewis Anderson Sr and Martel, Luella Jacques
W: Large age differences between children, Family: F00000146, Moreno, Aaron and Злобин, Martha
E: Children are not in chronological order, Family: F00000146, Moreno, Aaron and Злобин, Martha
W: Old age but no death, Person: I00000229, Garrett, William Walker
E: Children are not in chronological order, Family: F00000282, Сергеев, Dennis and Garner, Kathryn Mary
W: Late marriage, Family: F00000560, Rodriquez, Mordica and Воронов, Katherine
W: Old age but no death, Person: I00000127, Warner, David Luther
W: Late marriage, Family: F00000495, Douglas, John Sr. and Larson, Christena Wiseman
W: Young father, Family: F00000342, Garner, Jason Richard and Harper, ??
W: Disconnected individual, Person: I00000534, González, John

```

---

<div class="post-metadata">

### Author: ![system](https://global.discourse-cdn.com/free1/uploads/gramps/original/1X/2ac1e712b7adf612e31ca08a55419f4cf37c0158.png) [@system](https://gramps.discourse.group/u/system)
#### Post date: [July 24, 2025, 3:03pm UTC](https://gramps.discourse.group/t/how-to-save-verify-data-in-verify-data-results-window/7876/5 "2025-07-24T15:03:43Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
