Skip to main content

Validate file schema from URL for a table

POST 

/api/v2/Dataset/:id/table/:tableId/validation-schema/Url

Validate file schema from URL for a table

Request

Path Parameters

    id uuidrequired

    The unique identifier of the dataset where the validation will occur.

    tableId uuidrequired

    The unique identifier of the dataset table where the validation will occur.

Query Parameters

    sampleRowCount int32

    The number of sample rows to return from the CSV file for preview purposes. Default is 0.

    culture string

    Use this param to override the culture of the response. Options: - en (default) - es

Body

The request containing the file URL.

    fileUrl stringnullable

    Publicly accessible URL of the CSV file to download and use as the table source.

Responses

File schema validated successfully.

Loading...