Skip to content

XML2Json convert string to number #17

@suhakopan

Description

@suhakopan

Hi everyone,

I am using xml2json transform file.

My xml element:

<id>9999</id>

But after transform xml2json:

"id": 9999,

I want to this;

"id": "9999"

Because target source waiting to me this field string,but this file convert auto number my fields.

Please help

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