Adding upstream version 1.4.2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e344d0b8ae
commit
1ea3e103a7
77 changed files with 5760 additions and 0 deletions
62
man/man7/dsc-datatool-transformer-labler.7
Normal file
62
man/man7/dsc-datatool-transformer-labler.7
Normal file
|
@ -0,0 +1,62 @@
|
|||
.TH "dsc-datatool-transformer labler" "7"
|
||||
.SH NAME
|
||||
Labler \- Rewrite numeric labels to textual labels using the provided YAML data as lookup tables.
|
||||
.SH SYNOPSIS
|
||||
.SY dsc-datatool
|
||||
.B \-\-transform
|
||||
.I """;Labler;<dataset>;yaml=<file>"""
|
||||
.YS
|
||||
.SH DESCRIPTION
|
||||
This transformer rewrites labels in datasets based on information provided
|
||||
in a YAML file.
|
||||
|
||||
The YAML structure is as follows:
|
||||
.EX
|
||||
---
|
||||
dataset_name:
|
||||
DimentionName:
|
||||
DimentionValue: RewriteTo
|
||||
.EE
|
||||
|
||||
The
|
||||
.I dataset_name
|
||||
is the name of the dataset,
|
||||
.I DimentionName
|
||||
is the name of the dimension to rewrite and
|
||||
.I DimensionValue
|
||||
is the value to change to
|
||||
.IR RewriteTo .
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
.B dataset
|
||||
See
|
||||
.IR dsc-datatool (1)
|
||||
on how to specify which dataset(s) to run the transformer on.
|
||||
.TP
|
||||
.BR yaml =<file>
|
||||
The YAML file to load rewrite data from (required).
|
||||
.LP
|
||||
.SH "SEE ALSO"
|
||||
.BR dsc-datatool (1)
|
||||
.SH AUTHORS
|
||||
Jerry Lundström, DNS-OARC
|
||||
.LP
|
||||
Maintained by DNS-OARC
|
||||
.LP
|
||||
.RS
|
||||
.I https://www.dns-oarc.net/tools/dsc
|
||||
.RE
|
||||
.LP
|
||||
.SH BUGS
|
||||
For issues and feature requests please use:
|
||||
.LP
|
||||
.RS
|
||||
\fIhttps://github.com/DNS-OARC/dsc-datatool/issues\fP
|
||||
.RE
|
||||
.LP
|
||||
For question and help please use:
|
||||
.LP
|
||||
.RS
|
||||
\fIhttps://lists.dns-oarc.net/mailman/listinfo/dsc\fP
|
||||
.RE
|
||||
.LP
|
Loading…
Add table
Add a link
Reference in a new issue