You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@GeoffFroh Ran into another issue. I manually fixed the results file from above with good data, then used the ddrnames load command. It appeared to function correctly, but no changes were made to the targeted repo. Here’s the terminal session:
(cmdln) ddr@kyuzo:/media/qnfs/kinkura/working/ireilaunch$ ddrnames load persons /media/qnfs/kinkura/working/ireilaunch/ddr-manz-4-persons-results-good.csv /media/qnfs/kinkura/working/ireilaunch/ddr-manz-4
Collection /media/qnfs/kinkura/working/ireilaunch/ddr-manz-4
Loading data from /media/qnfs/kinkura/working/ireilaunch/ddr-manz-4-persons-results-good.csv
142 rows
Grouping data...
Updating objects...
(cmdln) ddr@kyuzo:/media/qnfs/kinkura/working/ireilaunch$ cd ddr-manz-4/
(cmdln) ddr@kyuzo:/media/qnfs/kinkura/working/ireilaunch/ddr-manz-4$ git status
On branch master
Your branch is up to date with 'origin/master'.
nothing to commit, working tree clean
@GeoffFroh@sarabeckman: have you been able to successfully update person data with the new NR IDs using the ddrnames load command? @sarabeckman I have not tried using the ddrnames load the archivists and I have just been adding the data to the entity csv and then I use ddrimport entity
The text was updated successfully, but these errors were encountered:
ddrnames load is a bit unusual. For whatever reason, I wrote it with a --save arg and a --commit arg. Without those args it just prints stuff out to STDOUT.
Update: I tried ddrnames load using both the --save and --commit flags. The changes were still not made in the targeted repo.
(cmdln) ddr@kyuzo:/media/qnfs/kinkura/working/ireilaunch$ ddrnames load persons /media/qnfs/kinkura/working/ireilaunch/ddr-manz-4-persons-results-good.csv --save --user DDRAdmin --mail [email protected] /media/qnfs/kinkura/working/ireilaunch/ddr-manz-4
Collection /media/qnfs/kinkura/working/ireilaunch/ddr-manz-4
Loading data from /media/qnfs/kinkura/working/ireilaunch/ddr-manz-4-persons-results-good.csv
142 rows
Grouping data...
Updating objects...
(cmdln) ddr@kyuzo:/media/qnfs/kinkura/working/ireilaunch$ cd ddr-manz-4
(cmdln) ddr@kyuzo:/media/qnfs/kinkura/working/ireilaunch/ddr-manz-4$ git status
On branch master
Your branch is up to date with 'origin/master'.
nothing to commit, working tree clean
Looks like the problem is that I left out some documentation, and we all forgot how names searchmulti and ddrnames load are supposed to work together.
The output of names searchmulti contains the column matching, which is left blank. When you review the output CSV, you need to mark which of the rows are matches before ddrnames load will see them.
I've updated ddrnames help with better documentation of the whole ddrnames dump -> namesdb searchmulti -> ddrnames load process, and updated the dump and load commands to point to it. Help for namesdb searchmulti has also been updated.
@GeoffFroh Ran into another issue. I manually fixed the results file from above with good data, then used the
ddrnames load
command. It appeared to function correctly, but no changes were made to the targeted repo. Here’s the terminal session:Here’s the last entry in the
git log
:And here’s the input csv (ddr-manz-4-persons-results-good.csv:
@GeoffFroh @sarabeckman: have you been able to successfully update person data with the new NR IDs using the
ddrnames load
command?@sarabeckman I have not tried using the ddrnames load the archivists and I have just been adding the data to the entity csv and then I use ddrimport entity
The text was updated successfully, but these errors were encountered: