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

^^xmls types for special values #39

Open
ghost opened this issue Jan 29, 2016 · 0 comments
Open

^^xmls types for special values #39

ghost opened this issue Jan 29, 2016 · 0 comments
Labels

Comments

@ghost
Copy link

ghost commented Jan 29, 2016

Situation:

  • a data column contains (decimal) numbers, but interspersed with occasional entries like "undefined", "null", "n/a" or similar.
  • Only the object data type "string" can be selected for this column.

Then, in the transformation result, all objects get the type ^^xlms:string,
regardless of they really are numbers or other values.
This should probably be corrected as follows:

  • It should be possible to select "decimal" as datatype
  • numbers should get "decimal", words should get "string" as datatype.

As a possible extension, it should be possible to suppress the generation of a result triple in the case of a non-conforming field entry , at the user's discretion.

@ghost ghost added the bug label Jan 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

0 participants