Skip to content

Json transformation loses data #18

Description

Copied from: microsoft/slow-cheetah#107

Trying to replace whole file which contains date with zero'es as milliseconds results in transformed file losing those zero'es

Transformation file:
{ "value": "2017-12-20T20:10:00.0000000" }

Transformed file:
{ "value": "2017-12-20T20:10:00" }

Expected transformed file:
{ "value": "2017-12-20T20:10:00.0000000" }

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions