Skip to content
This repository was archived by the owner on May 12, 2023. It is now read-only.

GTIN values #21

Description

@ferdyb

I have a GTIN text attribute in akeneo for a 13 character numeric string. It serializes to a 7 digit float.
Seems like this happens in Akeneo/Serialization/ProductValueDataConverter.cs, line 19-26

if (reader.TokenType == JsonToken.String) { if (float.TryParse((string)reader.Value, out float number)) { return number; } return reader.Value; }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions