Hi everyone,
I am trying to read data values from a CSV file into ImageJ. First I had some issues with the table header in the first line. It seems ImageJ does not interpret UTF-8 BOM format correctly (showing  in the first header), so I converted to UTF-8 without BOM using Notepad++. Next I ran into an issue I have been unable to solve. As long as the file contains at least 2 values per line (2 columns separated by a comma) it al works fine. As soon as there is only 1 value per line an error is shown;
“This is not a tab or comma delimited file”
Uh, yeah OK, there is indeed no tab or comma. It is a single value per line. That behaviour is a bit odd. Is this by design? Or is it a bug?
Any ideas for a workaround? Is there a plugin for more robust CSV file handing? (have not found one)