AmoabaKelvin / ishortn.ink

URL Shortening, Link Analytics & QR Code Platform
https://ishortn.ink
MIT License
66 stars 9 forks source link

Upload CSV to shorten all links feature #58

Closed AmoabaKelvin closed 2 weeks ago

AmoabaKelvin commented 9 months ago

This allows for the bulk shortnening of links from a CSV file.

BreakTos commented 6 months ago

Some clarification needed, Should the csv file contain only urls or it can have other columns as well ? Perhaps there must be one compulsory column headed Links which we could fetch and then compress ?

AmoabaKelvin commented 6 months ago

Great question, i think we can have two columns, with one being compulsory.

So the first column should be links, like you have said, and the second, could be custom aliases that the user would want to set out. If the second column is not present, there is no issue, but the first should be mandatory.

The links column will then contain the urls to be shortened.