Main Menu

case sensative

Started by rwells1938, November 13, 2013, 05:38:20 PM

Previous topic - Next topic

rwells1938

Is there a way to make the csv import not be case sensetive?

For example the image name V001_001.tif will not match v001_001.tif   

My csv input file that I have created can be either way but for some reason my actual file names are mixed. Maybe I used 2 different programs to create them?

Roger

Phil Harvey

Hi Roger,

Sorry, there is no option to make this case insensitive.  I can't think of an easy way around this.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

rwells1938

OK

What I will do is run the script once with a v then a second time with a V

Thanks
Roger

Phil Harvey

I would guess that this should work.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).