Skip to content

Commit

Permalink
Add authors CSV column
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed Dec 20, 2023
1 parent 0106ea8 commit 3538703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/arxiv.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down

0 comments on commit 3538703

Please sign in to comment.