Skip to content
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

version converter: incomplete string conversion #295

Closed
JuliaSprenger opened this issue Jul 24, 2018 · 1 comment
Closed

version converter: incomplete string conversion #295

JuliaSprenger opened this issue Jul 24, 2018 · 1 comment

Comments

@JuliaSprenger
Copy link
Contributor

The representation of strings in odml file version 1.1 is using quotation marks around individual string value entries. These are not added using the version converter, resulting in the splitting if single values containing commata in odml file version 1.0 to multiple values in odml file version 1.1.

An example file can be found here https://web.gin.g-node.org/INT/multielectrode_grasp/src/master/datasets/l101210-001.odml for the 'Location' property in the 'Setup' section.

@mpsonntag
Copy link
Contributor

It seems that its not the VersionConverter that creates the issue, but rather that the xmlparser does not work properly in extracting single entry strings containing commata.

Even if a single string value with commata is wrapped in quotation marks, the value still is chopped up at each comma.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants