Lymnus Logo
Docs Projects

Data Processing

Updated 1 day ago 2 min read 11 views

What is data processing?

Processing takes your existing structured data and applies AI-powered transformations:

  • Clean — remove duplicates, fix formatting, validate values

  • Enrich — add derived fields, categorise records, extract sub-fields

  • Standardise — normalise dates, currencies, addresses, phone numbers

  • Merge — combine multiple data sources into one unified dataset

  • Filter — extract a subset of records matching conditions

How to run processing:

  1. Click + New → New Project

  2. Choose Data Processing

  3. Upload your input file (or connect to an extracted project)

  4. Describe what you want done (e.g. "Standardise all dates to ISO 8601 and extract the city from the address field")

  5. Choose your output format

  6. Click Process

Quality scoring:

After processing, Lymnus shows a Data Quality Score (0–100) and a breakdown of what was changed:

  • Issues found and fixed

  • Duplicates removed

  • Validation errors

  • Format standardisations applied

Was this page helpful?