Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SaQC
Manage
Activity
Members
Labels
Plan
Issues
36
Issue boards
Milestones
Wiki
Code
Merge requests
8
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
rdm-software
SaQC
Commits
8cab3ebd
Commit
8cab3ebd
authored
5 years ago
by
David Schäfer
Browse files
Options
Downloads
Patches
Plain Diff
Update ConfigurationFiles.md
parent
eb13115f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#3149
passed with stage
in 6 minutes and 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/ConfigurationFiles.md
+8
-7
8 additions, 7 deletions
docs/ConfigurationFiles.md
with
8 additions
and
7 deletions
docs/ConfigurationFiles.md
+
8
−
7
View file @
8cab3ebd
...
...
@@ -75,12 +75,13 @@ functions) are very likely to be used on all or at least several variables of
the processed dataset. As it becomes quite cumbersome to list all these
variables seperately, only to call the same functions with the same
parameters over and over again, SaQC supports regular expressions
within the
`varname`
column.
within the
`varname`
column. Please not that a
`varname`
needs to be quoted
(with
`'`
or
`"`
) in order to be interpreted as a regular expression.
| varname | test |
|--------------|--------------------------------------|
|
.
*
|
`harmonize_shift2Grid(freq="15Min")`
|
| (x
|
y) |
`missing()`
|
|
`'.*'`
|
`harmonize_shift2Grid(freq="15Min")`
|
|
`'
(x
\|
y)
'`
|
`missing()`
|
#### Bring it to a file
As mentioned above SaQC, expectd the configuration to be a table-like,
...
...
@@ -89,8 +90,8 @@ semicolon-separated text file. So the configuration from the
```
varname;test;plot
x;
`
missing()
`
;
x;
`
range(min=0, max=100)
`
;False
x;
`
constant(window="3h")
`
;True
y;
`
range(min=-10, max=40)
`
;
x;missing();
x;range(min=0, max=100);False
x;constant(window="3h");True
y;range(min=-10, max=40);
```
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment