Skip to content

All numbers are imported as floats by XLS(X) importer #5389

Closed
@frafra

Description

@frafra

To Reproduce

Steps to reproduce the behavior:

  1. Export a table containing an integer column

Current Results

A cell showing the integer 123 is exported as 123.0. This makes SQL exports fail with the following error: MESSAGE: 123.0 is not compatible with column type :INT.

Expected Behavior

What you see is what you get: the software should not export cells in a different format.

Screenshots

Versions

  • Operating System: Linux
  • Browser Version: Firefox
  • JRE or JDK Version: OpenJDK Runtime Environment 17.0.4+8-nixos
  • OpenRefine: 3.6.2

Datasets

Additional context

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