Topic: problem importing text file
I am having trouble importing a text file with comma seperated m/z and int values.
My file looks like for example but I get the error: There was some errors while reading selected document or it contains no data.
"m/z","int"
1,2
2,3
3,5
4,2
5,3
5,9
6,1
I also tried a file without column names or tabbed seperated file, or even using the .csv extension, but that didn't work either.