Skip to content

^^xmls types for special values #39

@ghost

Description

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions