Anyone Know of a Software that can Spin File Names?

rustypig54

Newbie
Joined
Sep 3, 2013
Messages
10
Reaction score
2
Hey Guys :)
I am usually more of a lurker of the boards then posting myself, but I had a question I figured one of you could help me with. Does anyone know of a software that can spin a file name? Example: Strong-File-Name.jpg Spins into something like: Powerful-File-Name.jpg kind of thing. Tried Googling and couldn't find anything. Thanks for any help you can give in steering me in the right direction :)

P.S - Reason behind wanting to do this is because I have a process of generating pages/titles from file names, so it would help prevent duplicate content. Thanks :)
 
Download the suite OpenOffice.org and open "Calc"
Use Find, Len, Left, Mid and Concatenate commands to own this problem in 5 minutes flat.
Find the "-"
Find the second "-" (if there is one) by starting the next find from one character on from the first
There's your three URL words

6 cells in a row
Concatenate
1&2&3
1&3&2
2&3&1
2&1&3
3&2&1
3&1&2

Copy and paste resulting text onto another sheet, and save that as a .CSV file

Seriously - 5 minutes work with either Excel or the free OpenOffice Calc.

Scritty
 
So that would replace words with their synonyms then when I save it the file names would save? Thanks so much for the help :)
 
Back
Top