-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Unsupported datatypes should be imported as strings #5390
Copy link
Copy link
Closed
Labels
Type: BugIssues related to software defects or unexpected behavior, which require resolution.Issues related to software defects or unexpected behavior, which require resolution.XLS(X)About the Excel import / export functionalityAbout the Excel import / export functionalityimportAbout importers in general - add a label for the data format if availableAbout importers in general - add a label for the data format if available
Milestone
Metadata
Metadata
Assignees
Labels
Type: BugIssues related to software defects or unexpected behavior, which require resolution.Issues related to software defects or unexpected behavior, which require resolution.XLS(X)About the Excel import / export functionalityAbout the Excel import / export functionalityimportAbout importers in general - add a label for the data format if availableAbout importers in general - add a label for the data format if available
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:
09:46:00 AMin a columnCurrent 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.