LogoLogo
Back to OsmosDeveloper DocsOsmos BlogWhat's New
  • Welcome to Osmos
  • 👋Getting Started with Osmos
    • Terminology
  • 🎉What's New
  • 🧩Osmos API Reference
  • ⌨️Osmos Chat
  • 👩‍💻Developer Docs
    • Manage API Keys
    • Embedding an Osmos Uploader
    • Embedding Uploader Jobs Table
    • Turning on Advanced Mode Uploader
    • Customizing Uploader Styling
    • Passing Parameterized Fields
    • Configuring Uploader's "Recall" functionality
    • Optional Uploader Settings
    • Uploader Submission Callback
    • Configuring AutoClean for your Uploader
    • Uploader Client-Side Validation
      • Data Validators
      • Checking for Duplicate values in a field
      • Creating Dropdown-Controlled Fields
      • Dynamic Dropdown Options
      • Dropdown Interaction with Validation Functions
    • Validation and Transformation Webhooks
      • OpenAPI Validation Webhook Testing
    • Parser Webhook for file based connectors
  • 🔠Datasets
    • Osmos Datasets
      • Uploading Data to your Table
      • Creating Primary and Foreign keys
      • Osmos Dataset Destination Connector
      • Osmos Dataset Source Connector
      • Dataset Edits
    • Datasets Query Builder
      • Query Builder Metadata
    • Performing Look Ups
      • Performing Joins
        • Types of Joins
  • ⏏️Uploader
    • Creating an Osmos Uploader
      • Testing your Osmos Uploader
    • Uploader Validation Summary
    • Advanced Mode
      • Overview
      • Process
    • Standard Mode
      • Overview
      • AutoClean
      • Process
    • AI AutoMapping
    • Uploaders Page
    • Uploader Details Page
  • 🔀Pipelines
    • Step 1. Select the Source
    • Step 2. Select a Destination
    • Step 3. Map & Transform Data
    • Step 4. Schedule the Pipeline
    • Step 5. Review & Confirm
    • Pipelines Page
    • Pipeline Details Page
  • ⏩Data Transformations
    • AutoMap
    • Column Mapping & Data Cleanup Panel
    • QuickFixes
    • AI Value Mapping
    • AI AutoClean
    • Lookups
      • Performing Lookups
    • SmartFill
    • Formulas
      • Date & Time Formulas
        • DateTime Format Specifiers
        • Timezone specifiers
      • Math Formulas and Operators
      • Logical Formulas & Operators
        • True & False Casting
      • Text Formulas
      • Other Formulas
    • Deduplication
  • ↘️Source Connectors
    • Amazon S3
    • Azure Blob Storage
    • BigQuery
    • Email
    • FTP
    • Google Cloud Storage (GCS)
    • Google Drive
    • Google Sheets
    • HTTP API (Call an Osmos API)
    • HTTP API (Osmos Calls Your API)
    • Osmos Dataset
    • Snowflake
    • Accessing Sources behind firewall
  • ↖️Destination Connectors
    • Amazon S3
    • BigQuery
    • FTP
    • Google Cloud Storage (GCS)
    • Google Drive
    • Google Sheets
    • HTTP API (Call an Osmos API)
    • HTTP API (Osmos Calls Your API)
      • Passing Dynamic Tokens in the API Header
    • MySQL
    • Osmos Dataset
    • PostgreSQL
    • Snowflake
    • Accessing Destinations behind firewall
  • 🗂️Projects
  • ⚙️Administration
    • Email Notifications
  • 🔒Security
  • 📞Support
  • Back to Osmos.io
Powered by GitBook
On this page
  • Uploader Details Overview
  • Uploader Jobs
  • Uploader Actions
  • Download Error Report
  • Uploader Fix Errors

Was this helpful?

  1. Uploader

Uploader Details Page

PreviousUploaders PageNextPipelines

Last updated 7 months ago

Was this helpful?

The Uploader Details page allows you to review the jobs run, download and edit important information about the Uploader and associated uploads.

Uploader Details Overview

The title of the Uploader displays in the top left.

The Uploader can be deleted by selecting the More... button

The Destination button allows you to drill into the individual connector.

The Records button displays the current number of successful records uploaded.

The Errors button displays the current number of errors in the Uploader.

Under the Uploads tab, you can download the original file, view the status, and take action on the individual Uploader runs. See more details under Uploader Actions.

Under the Code Snippet tab, you Upload Data and view/copy the embeddable snippet into your web app.

Uploader Jobs

Osmos displays the last 30 days of uploader runs. If you need to modify the number of days to display, please contact support@osmos.io

For each Uploader job, you can view the download of the original file, view status, upload date & time, and take action.

Your upload may have several different statuses:

  • Complete - 100% successful run with no errors

  • Finished with Errors - The upload completed with one or more errors

  • Failure - Typically a failure means there is an error with the source data that prevented the Uploader to successfully run

For each job, you can also view of the records are in a Pending, Successful, Skipped, or Failed state.

If you have one or more failed records, you may choose to take Action.

Uploader Actions

Uploader Actions are present only when you have at least one failed record on your upload.

Under Actions you can do one of two things:

  1. Run a Download Error Report

  2. Fix Errors

Download Error Report

Osmos allows you to download a CSV report of the errors associated with the individual Uploader job.

The report displays the following details:

  1. The row number in the original file which has the errors

  2. A field to show if the error is at the connector level (e.g. auth issues)

  3. Every error row in the report will include all the “source columns for the same row”, because often the source column names won’t match the destination column names. Showing the source columns helps the user understand and act on the errors better.

  4. Each destination column will have an “error description” column right next to it, which will contain the error reason if that destination column has errors in it. If that destination column has no errors, the “error description” column will be empty

Uploader Fix Errors

This option allows you to fix the errors specific to the upload only.

  • When you select Fix Errors for the Upload job you will be taken to the column mapping screen to update the transformations.

  • Once the updates are complete, the file with errors can be re-uploaded.

⏏️