From 3538703993c2663a1d722a814cb7a37e40a8d43b Mon Sep 17 00:00:00 2001 From: Joe Corall Date: Wed, 20 Dec 2023 13:18:35 -0500 Subject: [PATCH] Add authors CSV column --- cmd/arxiv.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/arxiv.go b/cmd/arxiv.go index 58df4c7..c6d6f59 100644 --- a/cmd/arxiv.go +++ b/cmd/arxiv.go @@ -59,7 +59,7 @@ Thank you to arXiv for use of its open access interoperability.`, wr := csv.NewWriter(os.Stdout) // header - wr.Write([]string{"id", "published", "updated", "title", "summary", "doi", "pdf", "primary_category", "category", "query"}) + wr.Write([]string{"id", "published", "updated", "title", "summary", "authors", "doi", "pdf", "primary_category", "category", "query"}) for _, query := range queries {