Skip to content
This repository was archived by the owner on Sep 29, 2025. It is now read-only.
This repository was archived by the owner on Sep 29, 2025. It is now read-only.

SimpleConverter: Support DecimalPattern #71

Description

@jornfranke

At the moment, HadoopOffice supports defining a decimal locale for automatically recognizing datatypes in an Excel using the simple converter. In addition, it should support a Decimal pattern.

It thus should so offer the configuration option:hadoopoffice.read.simple.decimalpattern and hadoopoffice.write.simple.decimalpattern

Possible Patterns are described under the link above. Examples:

  • "#,#00.0#" → 1,234.56 : This means a minimum of 2 integer digits, 1 fraction digit, and a maximum of 2 fraction digits.
  • #,#00.0#;(#,#00.0#)" for negatives in parentheses.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions