Skip to content

Line 201 in MultiStepFormDC.tsx removing the last character #1

@hedeben

Description

@hedeben

To read all characters of the test data columns, please edit

vars[vars.length-1] = lastVariable.slice(0, (lastVariable.length-1))

vars[vars.length-1] = lastVariable.slice(0, (lastVariable.length))

The WebDP backend v2 checks that the data columns correspond to the schema, so it cannot read the data without that last character.

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