0
votes

I have been searching for quite some time a solution to this problem. I want read out the metadata from a TIF image from a microscope but the separators are not all the same between tags and values. Sometimes the separators are a semicolon(:) and sometimes equal signs(=). I just want to extract it out to use a few lines of it. Maybe someone has done this already?

if you can get it as single string then you can write own code to split on = or : - furas