Test connection properties - Cloud

Talend Cloud Apps Connectors Guide

Version
Cloud
Language
English
Product
Talend Cloud
Module
Talend Data Inventory
Talend Data Preparation
Talend Pipeline Designer
Content
Administration and Monitoring > Managing connections
Design and Development > Designing Pipelines
Last publication date
2024-03-21
Properties to configure to be able to enter manually your test data as a dataset.

Test connection

Property

Configuration

Selection Select or enter Test connection.
Configuration
Engine Select your engine in the list.
Description Enter a display name (mandatory) and a description (optional) for the connection.

Test dataset

Property Configuration
Dataset name Enter a display name for the dataset. This name will be used as a unique identifier of the dataset in all Talend Cloud apps.
Connection Select your connection in the list. If you are creating a dataset based on an existing connection, this field is read-only.
Dataset Format Enter or select the format information related to the test data you want to create.
CSV Enter or select the information related to the CSV dataset you want to create:
  • CSV schema: Enter the schema corresponding to the CSV values you will create. This schema will be used as a header for your dataset. The schema must match this pattern: ^[A-Za-z_][A-Za-z0-9_]*(;[A-Za-z_][A-Za-z0-9_]*)*$.
    Example:
    First_Name;Last_Name;Email;City
  • values: Enter the values you want to create. The values must match the schema you have previously defined.
    Example:
    Jesse;James;jjames@gmail.com;London
    Frédérique;Andrée;fandree@jamia.fr;Montreal
    Philippe;Banco;pbanco@photospace.com;Paris
JSON Enter the values corresponding to the JSON dataset you want to create.
Avro Enter the values corresponding to the Avro dataset you want to create.