Jump to Content
Segna
DocumentationAPI Reference
v1.0

Log InSegna
Log In
v1.0DocumentationAPI Reference

Quickstart

  • Overview
  • Pipeline Setup
  • Data Importer Integration

Data Importer

  • Overview
  • Configuration

Ingestion

  • Supported Files Types and Encodings
  • Google Sheets
  • JSON
  • Data Selection
  • Excel Sheet Selection
  • Destination File Name

Transformation

  • Column Mapping
  • Datetime Parsing and Formatting
  • Unit Conversions
  • Column Combining
  • Data Typing

Cleaning

  • Categorization
  • Value Remapping
  • Text Regex Replacement
  • Text Casing
  • Dropping Duplicates
  • Dropping Missing Values
  • Python Scripts
  • White Space Stripping
  • Configuration of Smarts
  • Email Validation

Output

  • Metadata
  • Webhooks
  • Connectors
    • AWS Athena
    • AWS RDS MySQL
    • AWS S3
    • Firestore
    • Google Cloud Storage
    • Supabase PostgreSQL

Pipelines

  • Overview
Powered by 

Destination File Name

Suggest Edits

The file name to use when outputting data to storage buckets can be specified on job start or at any time using our API.

The file extension (e.g. .csv or .xlsx) will automatically be added based on the output file type specified on the job start.

Updated 5 months ago