Data Resource - Logical Name Attribute

Undraw Environment

About

logicalName is an attribute a data resource that defines its logical name.

This is the name used when a source resource must be matched to a target before a transfer.

It's generally for a file the name without the type information

For instance, by default, the file dataset.csv has:

  • the name: dataset.csv
  • and the logicalName: dataset

Set

You can set the logicalName of a resource in a data definition file




Related HowTo
Undraw Environment
How to create an odometer with a sequence generator

This how-to shows you how to generate a digital Odometer with the column sequence generator.
Undraw Environment
How to generate a normal distribution with an histogram generator

This how-to shows you how to generate data that follows a normal distribution with the column histogram generator
Undraw Environment
How to generate a sequence based on provided values

This how-to shows you how to generate a sequence based on provided values with the column sequence generator.
Undraw Environment
How to generate a sequence of date and timestamp

This how-to shows you how to generate a sequence of date and timestamp with the column sequence generator.
Undraw Environment
How to generate a sequence of letters

This how-to shows you how to generate an string,varchar, text sequence with the column sequence generator.
Undraw Environment
How to generate a sequence of numbers

This how-to shows you how to generate an integer sequence (1,2,3,…) with the column sequence generator.
Undraw Environment
How to generate random data

This how-to shows you how to generate random data with the column random generator.
Undraw Environment
How to get data from a list of values at random

This how-to shows you how to generate data from a list of values at random data with the column histogram generator.
Undraw Environment
How to load a JSON documents in a database

This howto will show you how to load json document (files) into your relational database.
Undraw Environment
HowTo - How to load XML files into a database with Tabulify

This database howto will show you how to load Xml file and document into a database.

Task Runner