aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMunyoki Kilyungi2023-06-06 14:44:33 +0300
committerBonfaceKilz2023-06-12 19:06:36 +0300
commitb6f9d895600a330ddf59bf5c8c55828fe7c613c2 (patch)
tree2b59ade610c8c883cccc209865576fc2ee0abcdc
parent08b69f5bf5011ce64d0ffa0229546d4d0d029b93 (diff)
downloadgn-transform-databases-b6f9d895600a330ddf59bf5c8c55828fe7c613c2.tar.gz
Use the correct title for the a dataset
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
-rwxr-xr-xexamples/dump-dataset-metadata.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/dump-dataset-metadata.scm b/examples/dump-dataset-metadata.scm
index b6be05e..bdf8a7d 100755
--- a/examples/dump-dataset-metadata.scm
+++ b/examples/dump-dataset-metadata.scm
@@ -175,7 +175,8 @@
(set gn:title
(regexp-substitute/global
#f "^[Nn]one$"
- (field InfoFiles Title)
+ (field InfoFiles InfoFileTitle)
+ ""))
(set gn:publicationTitle
(regexp-substitute/global
#f "^[Nn]one$"