Skip to content

Unsupported datatypes should be imported as strings #5390

@frafra

Description

@frafra

There are a large number of Excel date, time, duration, post code, etc formats which are not supported by OpenRefine, but are currently imported as either numbers or datetimes. Anything unsupported should be imported as a string instead of a number or datetime.

To Reproduce

Steps to reproduce the behavior:

  1. Import an Excel worksheet containing dates such as 09:46:00 AM in a column
  2. Open the project

Current Results

The cell is converted to 1899-12-31T09:46:00Z.

Expected Behavior

The column should be kept as a string.

Additional context

I have not found any way to disable cast on import.

Metadata

Metadata

Assignees

Labels

Type: BugIssues related to software defects or unexpected behavior, which require resolution.XLS(X)About the Excel import / export functionalityimportAbout importers in general - add a label for the data format if available

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions