Skip to content

Making-Sense-Info/VTL-Training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

VTL Training

This repository contains training materials for VTL 2.1.

Notes

VTL does not define how to load/persist data.

In the VTL scripts provided in this repository, we use the following notations to represent data import and export:

  • import: foo.bar, in an expression, means you read the bar data source located in foo(path/method defined elsewhere, according to the tool)
  • export: baz.quux in a persistent assignment, means you will persist the quux dataset in baz (path/method defined elsewhere, according to the tool)

Example:

baz.quux <- foo.bar [keep aa][rename aa to bb];

SNDS

About

Training equipment related to the SNDS in VTL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors