I am at work right now and on a phone so I can't get source code added but I have a question regarding similar_text
I have a file that uploads 3 csv files into my database and this works awesome.
We are switching to a different program and it gives the same 3 files and everything looks the same except for the names
Ex- in my current script csv file the name is like this last name and then first name (Carter Michael)
Now in the new program the name is all capitalized
The name is stored in the db like Carter Michael
Is similar_text case sensitive and if so what do you think best solution is
Convert all to lowercase or convert to lower case and upper case first letter in each word
Trying to insert the new csv files everything inserts except anything that has a name next to it