From f7c3dfe38e4786edabf485d8f31c001ac7c40820 Mon Sep 17 00:00:00 2001 From: Allan Bowe <> Date: Wed, 5 Feb 2020 18:58:12 +0100 Subject: [PATCH] fix: links --- docs/dcc-security.md | 2 +- docs/dcu-tableviewer.md | 2 ++ mkdocs.yml | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/dcc-security.md b/docs/dcc-security.md index 52b153b..ab60bbc 100644 --- a/docs/dcc-security.md +++ b/docs/dcc-security.md @@ -54,4 +54,4 @@ filename mc url "https://raw.githubusercontent.com/macropeople/macrocore/master/ /* the above will create a dataset containing the group members */ ``` -Another option is to use the custom groups feature by defining your own groups in the [MPE_GROUPS](dci-groups.md) table. \ No newline at end of file +Another option is to use the custom groups feature by defining your own groups in the [MPE_GROUPS](dcc-groups.md) table. \ No newline at end of file diff --git a/docs/dcu-tableviewer.md b/docs/dcu-tableviewer.md index a1f5774..81d2438 100644 --- a/docs/dcu-tableviewer.md +++ b/docs/dcu-tableviewer.md @@ -9,7 +9,9 @@ A filter option is provided should you wish to view a different section of rows. The Download button gives three options for obtaining the current view of data: 1) CSV. This provides a comma delimited file. + 2) Excel. This provides a tab delimited file. + 3) SAS. This provides a SAS program with data as datalines, so that the data can be rebuilt as a SAS table. Note - if the table is registered in Data Controller as being TXTEMPORAL (SCD2) then the download option will prefilter for the _current_ records and removes the valid from / valid to variables. This makes the CSV suitable for DC file upload, if desired. diff --git a/mkdocs.yml b/mkdocs.yml index fb818c2..cd1f655 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -5,6 +5,7 @@ pages: - Overview: dc-overview.md - DC User Guide: dc-userguide.md - File Uploads: dcu-fileupload.md + - Table Viewer: dcu-tableviewer.md - Configuring Data Controller: - Tables: dcc-tables.md - Security: dcc-security.md