GET /buckets/{id}/errorFile

When loading data into a table, Workday validates the data against the defined schema.

If the value for a field doesn’t match the field type or other field attributes (such as date format), then Workday marks the entire row as invalid and doesn’t include the row in the table. Instead, Workday sends the row to an error file that you can download.

Use the error file to get a list of all rows that failed to load into the table. You can fix the errors in the data, remove the extra fields that Workday adds, and load the fixed data into the table.

The error file:

Servers

Path parameters

Name Type Required Description
id String Yes

A reference to a Prism Analytics bucket. Example: The ID of the bucket.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.