Skip to content

File uploads

Who this is for:Organization admins

An upload data source uses a delimited file you upload from your computer — for example a CSV. This is the quickest way to get data into Connecto.

  • You need to be an organization administrator to create a data source.
  • Your file must be one of these types: .csv, .tsv, .txt, .dat, or .psv.
  • The file can be up to 100 MB.
  1. On the Data Sources page, select + New Data Source.
  2. Choose the Organization the source belongs to (skipped if you’re already inside an organization).
  3. Set Data Source Type to Flat File (Upload).
  4. Enter a Name (for example, Employee Data).
  5. Select Next.

Step 1 of the wizard: Organization, Data Source Type set to Flat File (Upload), and Name

  1. Click to upload, or drag and drop your file onto the upload area.
  2. Connecto uploads the file and shows its name. Chose the wrong file? Select Replace file.
  3. Under File Options, set the File FormatDelimited (columns separated by a delimiter, the usual choice for CSVs) or Fixed-width — and adjust related options such as the delimiter and header row.

If you pick an unsupported file type or a file over 100 MB, Connecto tells you and asks for a different file.

Step 2: an uploaded file with a Replace file button and File Options for the file format

Decide how Connecto should interpret your columns:

  • Infer from file — Connecto reads the columns from this file and pins them as the source’s schema. Use this the first time you set up a source.
  • Use existing schema — validate this file against a schema that already exists. Pick the Schema Version, and Connecto checks the file against it.

When validating against an existing schema, Connecto reports All rows pass validation, or lists any problems it found — missing expected columns, unexpected file columns, or specific row errors. Fix the file and re-upload if there are column problems; you can’t continue until the columns line up. A preview of your rows appears below.

Step 3: inferred fields and a preview table of the uploaded rows

  1. Check the Summary (name, type, file, format, and schema).
  2. Optionally choose a Provider Organization to share the source with.
  3. Select Create Data Source.

Step 4: a summary of the data source with a Provider Organization option and the Create Data Source button

Connecto creates the source and opens its page.