Active
Project:
urllogin
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
12 Jan 2015 at 22:49 UTC
Updated:
12 Jan 2015 at 23:04 UTC
Jump to comment: Most recent, Most recent file
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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | urllogin-export-as-tsv-2406183-1.patch | 3.97 KB | cjwang18 |
Comments
Comment #1
cjwang18 commentedHere 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!