Thanks - I'll try. But I don't understand why I can open csv files but not being able to do anything with it.
I've tried Chromulan which works well but it's like working with Windows 3.11
The import filter on Chromulan has a lot of settings and works great. That would be a nice thing for Openchrom.
OpenChrom was initially only focused on MS data. In the next upcoming release an extensive support of xy-type data is planned, without workaround.
If you convert your data into the csv-file format described under the link posted previously, you will be able to do integration etc.
What you have to take care of, is that the column headers are exactly as described, the RT milliseconds are integers, the RI column is filled with zeros as double values (0.0) and all values are separated with semicolon. For this workaround the intensity values have unfortunately to be non-negative. You may give the intensity column any positive integer name (e.g. 18, according to mass trace 18).
The created csv-file may then be opened in the MSD perspective. The conversion of xy-tables to the appropriate csv-file format could be done batch-wise using code in MATLAB, R, KNIME or other self-written scripts/workflows. If you run into problems contact us via the openchrom-site and send us some test-files. I have a KNIME-workflow ready for the batch-conversion.