NIST-ISODB / isotherm-digitizer-panel

Contribution form for NIST adsorption isotherm database implemented using pyviz panel
2 stars 3 forks source link

parsing isotherm_data field #32

Closed dwsideriusNIST closed 4 years ago

dwsideriusNIST commented 4 years ago

need to improve the data parsing of the isotherm_data input box.

CSV parsing is straightforward, but I've discovered that pasting from other applications leaves unpredictable delimiting of both the lines and data in the lines.

I have a solution that I'll push to a develop branch, but it's clunky

ltalirz commented 4 years ago

Yes, I suggest you create a feature branch for this and then make a PR. I'll then have a look

dwsideriusNIST commented 4 years ago

See PR #35