From the URL login settings page, we are presented the option to download a file consisting of all the access URLs in the "Bulk Generation of Access URLs" section.

This section specifies that the file is tab-separated but instead generates a CSV file. This functionality is not accurate since the resulting CSV file is not formatted properly.

Simply changing the file's extension from .csv to .tsv will resolve this issue. I've created a patch that addresses the issue.

CommentFileSizeAuthor
#1 urllogin-export-as-tsv-2406183-1.patch3.97 KBcjwang18

Comments

cjwang18’s picture

StatusFileSize
new3.97 KB

Here is the patch. I basically found all instances of "csv" and replaced with "tsv". It's my first time creating a patch so please let me know if there's anything I can improve on. Thanks!