New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSV export of MetFrag results #19

Open
sneumann opened this Issue Dec 6, 2018 · 1 comment

Comments

Projects
None yet
2 participants
@sneumann

sneumann commented Dec 6, 2018

Hi, when exporting results to CSV, the fields are not quoted. That is a problem if the filenames contain a comma, as in:

parentRT,parentMZ,fileName,Score,...
780.438,375.2591,pos_25_winter_Marpol_25_2-E,1_01_17270.mzML.txt.csv,1.950146600508866,...

a workaround is to export to XLS and then use xlsx2csv to convert to a CSV with quoting.
Yours, Steffen

@schymane

This comment has been minimized.

schymane commented Dec 6, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment