I am looking to create a quick app where I can upload an excel file with 4 values.
Year / Make / Model / web link
I have all of the years makes and models filled out, and would to produce tags and link such as:
/collections/all/year+make+model
The excel file would then have:
year / make / model / /collections/all/year+make+model
What is the best way to do this? I have a 10000 line excel file that doing by hand would take forever. I’m assuming I could run these in text files and place into excel later.
Thanks