QLIK TALEND® CLOUD

Unlock New Possibilities with Cloud Data Transformation Automation

Qlik Talend Cloud features highlight showing various data analysis tools, visualizations, and options for licenses, executive dashboards, market evaluations, and more, with several pop-up notifications around

Cloud data transformation capabilities for every workflow

Now you can use powerful automation to conform data to a variety of AI or analytics use cases or architectures. Reuse transformation components to filter, change, and morph, regardless of role, skill, or data ingestion process.

Basic transformations

Simple point-and-click interface makes transforming metadata and data values easy for both data engineers and non-SQL experts.

  • Narrow data sets easily

  • Ensure compliance with standardized metadata

  • Fill in missing values, mask sensitive information, or change case

  • Validate and synchronize effortlessly by setting global rules

  • Generate logical keys to uncover relationships

User interface showing simple standardization data transformations : standardizing metadata, capitalizing names and adjusting values, and building expressions to adjust data values.

Advanced transformations

Automate data warehouse creation, customize data marts, and speed data onboarding.

  • Automate incremental data processing

  • Model and automate data warehouse creation

  • Support multiple data relationships with semantic layering

  • Optimize join operations with automated denormalization

  • Customize and automate data marts with star schemas

Diagrams of advanced data transformations using customized tables of data marts with star schemas, featuring options for types, columns, and selection of transaction date columns.

Transformation flows

Create visual transformation flows with a simple drag-and-drop interface. It’s easy for both data engineers and non-SQL experts. You can:

  • Cleanse and shape your datasets with a palette of data transformation processors

  • Generate SQL statements, orchestrate flow, and push code to target platform for runtime execution

  • Support Snowflake, Databricks, Google BigQuery, Azure Synapse Analytics, and Microsoft Fabric

Graphic of a software interface showing a data transformation with nodes for Orders, Aggregate, Join, Employees, and Filter. A 'Join 1' configuration window is open, displaying join type and conditions.

AI assistants and processors

Improve your development productivity by using the latest AI innovations.

  • Use the AI assistant to generate SQL from natural language prompts

  • Deliver data to vector stores for RAG apps that could work with Snowflake Cortex, Databricks, Pinecone, Elasticsearch, Neo4J, and ChromaDB

  • Create embeddings with LLM support from Azure Open AI, Open AI, Snowflake Cortex, and Databricks DBRX

  • Use the Databricks AI function processor to invoke a Foundation Model for sentiment analysis, classification, and translation

Illustration of an on-screen AI assistant providing answers. A generated SQL query is displayed next to a prompt asking for a list of top selling products, including the average sales price and the number of customers.

Custom transformations

Experienced SQL practitioners can add custom SQL for complex data transformations as part of the transformation pipeline.

Graphic of a software interface showing custom transformations of an SQL-based dataset. It includes fields for dataset name, columns, and displays open files, solution files, reference files, run output, and scoring.

Third-party data transformations

Transform and enrich any data in your cloud data platform. Handle diverse data sources with agility and flexibility by mixing and matching data for various use cases, with accommodation for many data ingestion tools and processes.

Learn about transforming data with expanded data onboarding options

Flowchart showing the data integration process. It starts from enterprise and cloud data sources, through data ingestion and cloud data platform, and ends with data consumption for analytics and machine learning.

Cloud data transformation use cases

Icon of a globe

Transform with flexibility using global rules

Keys on a loop

Unlock the power of data with logical keys

Icon representing flexibility

Validate and synchronize for error-free data

Icon representing materialization

Maximize efficiency with materialized data and views

Icon representing connections

Boost data connections with relationship recommendations

Icon representing dimensional data

Power star schemas with dimensional mastery

Ease complexity of incremental data processing icon

Ease complexity of incremental data processing

Icon of a stopwatch

Get ahead of late arriving dimensions

Frequently Asked Questions (FAQs)

What is data transformation?

Data transformation is the process of converting data from its raw source format into a clean, structured form suited to analytics, reporting, or AI, through steps like filtering, standardizing, joining, aggregating, and reshaping. It's the "T" in ETL and ELT, and it's what turns scattered, inconsistent source data into trusted, fit-for-purpose datasets. Transformation can range from simple point-and-click changes to visual flows and custom SQL, depending on the complexity of the data and use case.

What is a star schema?

A star schema is a data-modeling design where a central fact table (holding measurable events like sales) connects to surrounding dimension tables that describe those events, such as date, product, or customer. Its simple, denormalized structure makes queries fast and intuitive, which is why it's the standard for data marts and BI reporting. The name comes from the shape it forms, with the fact table at the center and dimensions radiating outward like points of a star.

What are slowly changing dimensions (SCD)?
What is a data mart?

A data mart is a focused subset of a data warehouse built around a specific subject or team (finance, sales, or marketing) so that group can reach the data most relevant to them quickly. It's smaller and more targeted than an enterprise warehouse, which improves query performance and simplifies self-service analytics. Data marts often use dimensional structures like star schemas to make reporting straightforward.

What is incremental data processing?

Incremental data processing means handling only the data that's new or changed since the last run, rather than reprocessing the entire dataset every time. This dramatically cuts compute cost and processing time, which matters as data volumes grow, and it keeps target systems current with less overhead. It's a core efficiency technique in modern pipelines, often paired with change data capture to identify what changed.

What is a semantic layer?

A semantic layer is a business-friendly abstraction that sits between raw warehouse data and the tools that consume it, defining metrics, dimensions, and relationships in consistent business terms like "revenue" or "active customer." It gives everyone (BI dashboards, spreadsheets, and increasingly AI agents) a single, governed version of the truth, so the same question returns the same answer everywhere. This consistency reduces conflicting numbers and makes self-service analytics more reliable.

What is the difference between a view and a materialized view?

A view is a saved query that runs against the underlying tables each time it's accessed, so it always returns current data but adds compute at query time. A materialized view stores precomputed results, delivering much faster reads at the cost of periodic refreshes to stay current. Choosing between them is a trade-off between data freshness and query performance for a given workload.

What is data masking?

Data masking is the practice of hiding sensitive information (personal, financial, or health data) by replacing it with realistic but fictitious values, so the data stays usable for testing or analytics without exposing the originals. It's a key control for privacy and regulatory compliance, letting teams work with data safely across environments. Masking is often applied during data preparation, alongside standardizing formats and filling missing values.

What is pushdown ELT (pushdown optimization)?

Pushdown ELT is an approach where transformation logic is converted into SQL and run inside the target data platform (Snowflake, Databricks, BigQuery, or Microsoft Fabric) rather than on a separate processing engine. This taps the warehouse's own compute and parallel processing, cutting data movement and speeding up transformations while lowering cost. Because processing happens where the data already lives, pushdown ELT scales efficiently on modern cloud platforms.

What is text-to-SQL (natural language to SQL)?

Text-to-SQL is AI technology that converts a plain-language question into an executable SQL query, letting people who don't know SQL retrieve and analyze data by describing what they want. Modern systems feed a large language model the database schema as context to generate accurate, dialect-specific queries. This speeds up development for engineers and opens data access to non-technical users.

What are the different types of data transformation?
What is data mapping?

Data mapping is the process of matching fields from a source dataset to their corresponding fields in a target system, defining how data should move and be converted between them. For example, it might map a "cust_name" field in one system to a "CustomerName" field in another, along with any format changes required. Accurate mapping is a foundational step in data transformation, integration, and migration, because it ensures data lands in the right place and keeps its meaning across systems.

What is the difference between normalization and denormalization?
What is data aggregation?

Data aggregation is the process of gathering and summarizing detailed data into a higher-level, condensed form — such as totals, averages, counts, minimums, or maximums. For example, individual sales transactions might be aggregated into monthly revenue by region. It's a core transformation step because it turns granular records into the summarized metrics that reports, dashboards, and analyses actually use, while also reducing data volume for faster querying.

See what customers say about our
data transformation capabilities

Activate your data today