So I have a file path like this, which takes you to the folder containing all the images for whatever code 4000 stands for:
C:\MainProject\ProjectImages\Images4000\
An image link inside of this is then
C:\MainProject\ProjectImages\Images4000\specialproject4000gaba_0035.jp2
These image links are in a list in Excel, not each image, but the ones that represent the first page in a record (they are all digital images of microfilmed documents).
So my list might be:
C:\MainProject\ProjectImages\Images4000\specialproject4000gaba_0001.jp2
C:\MainProject\ProjectImages\Images4000\specialproject4000gaba_0005.jp2
C:\MainProject\ProjectImages\Images4000\specialproject4000gaba_0035.jp2
C:\MainProject\ProjectImages\Images4000\specialproject4000gaba_0042.jp2
C:\MainProject\ProjectImages\Images4000\specialproject4000gaba_0049.jp2
etc.
This goes for about 250 lines give or take the particular ImagesWZYX folder.
However, it might be the case that I need to convert them to URLs, and the URLs have a consistent structure, but I don't know if I can do an easy find and replace...
The URL would look like
https://thesiteweuse.org/stream/specialproject4000gaba#page/n1/mode/1up
https://thesiteweuse.org/stream/specialproject4000gaba#page/n5/mode/1up
https://thesiteweuse.org/stream/specialproject4000gaba#page/n35/mode/1up
https://thesiteweuse.org/stream/specialproject4000gaba#page/n42/mode/1up
https://thesiteweuse.org/stream/specialproject4000gaba#page/n49/mode/1up
What I am looking for is a way to do a find and replace of the C:\... blahblahblah to the URL versions. You can see that the page numbers in the URL (n1, etc) correspond to the image number (0001.jp2)
Is there a way to do this? Am I just in a dream world of too much hope?
C:\MainProject\ProjectImages\Images4000\
An image link inside of this is then
C:\MainProject\ProjectImages\Images4000\specialproject4000gaba_0035.jp2
These image links are in a list in Excel, not each image, but the ones that represent the first page in a record (they are all digital images of microfilmed documents).
So my list might be:
C:\MainProject\ProjectImages\Images4000\specialproject4000gaba_0001.jp2
C:\MainProject\ProjectImages\Images4000\specialproject4000gaba_0005.jp2
C:\MainProject\ProjectImages\Images4000\specialproject4000gaba_0035.jp2
C:\MainProject\ProjectImages\Images4000\specialproject4000gaba_0042.jp2
C:\MainProject\ProjectImages\Images4000\specialproject4000gaba_0049.jp2
etc.
This goes for about 250 lines give or take the particular ImagesWZYX folder.
However, it might be the case that I need to convert them to URLs, and the URLs have a consistent structure, but I don't know if I can do an easy find and replace...
The URL would look like
https://thesiteweuse.org/stream/specialproject4000gaba#page/n1/mode/1up
https://thesiteweuse.org/stream/specialproject4000gaba#page/n5/mode/1up
https://thesiteweuse.org/stream/specialproject4000gaba#page/n35/mode/1up
https://thesiteweuse.org/stream/specialproject4000gaba#page/n42/mode/1up
https://thesiteweuse.org/stream/specialproject4000gaba#page/n49/mode/1up
What I am looking for is a way to do a find and replace of the C:\... blahblahblah to the URL versions. You can see that the page numbers in the URL (n1, etc) correspond to the image number (0001.jp2)
Is there a way to do this? Am I just in a dream world of too much hope?