Data Resource - Logical Name Attribute

Undraw Environment

About

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

The logical name defines a virtual logical resource (ie multiple resources with the same logical name are seen as belonging to the same data resource)

Usage

This is the name used:

Set

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

By Systems

File System

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

Database and other

For a database system, this is the name of the object




Related HowTo
Undraw Environment
Database HowTo - How to load JSON documents in a database

This howto will show you how to load json document (files) into your relational database.
Undraw Environment
How to load and analyze YAML documents in a database?

This howto will show you how to load and analyze yaml document (files) into a relational database. sqlite howto databaserelational database At its core a YAML file is just a JSON file styled in...
Undraw Environment
HowTo - How to load XML files into a Postgres with Tabulify

This database howto will show you how to load Xml file and document into a 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.
Undraw Environment
Tabul - How to copy the data definition of all tables from a star/snowflake schema

This howto will show you how to copy the data definition of all SQL tables from a star/snowflake schema.
Undraw Environment
Tabul - How to copy the data definition of all tables from a star/snowflake schema

This howto will show you how to copy the data definition of all SQL tables from a star/snowflake schema.
Undraw Environment
Tabulify - 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
Tabulify - 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
Tabulify - 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
Tabulify - 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.

Task Runner