From 48ad6e6be9b4d36f2e974387940adb44581f085b Mon Sep 17 00:00:00 2001 From: zmaj Date: Wed, 24 Jan 2024 11:51:31 +0000 Subject: [PATCH] fix: roadmap --- docs/roadmap.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/docs/roadmap.md b/docs/roadmap.md index daf12c9..2bd4b4d 100644 --- a/docs/roadmap.md +++ b/docs/roadmap.md @@ -37,11 +37,6 @@ The following changes are necessary to implement this feature: * Updates to documentation * Release Notes -### Complex Excel Uploads - -Our customer was ingesting Basel III reports into SAS and needed an easy to use mechanism for extracting very specific cells and ranges from a complex and constantly changing workbook format. - -The changes we made to deliver this feature are described here: https://git.datacontroller.io/dc/dc/issues/69 ### API Submissions @@ -156,3 +151,13 @@ It was necessary to find a way to restrict the tables which certain groups could **Solution** We added a [new access level](/dcc-security/#view) in the MPE_SECURITY table so that access could be restricted at both TABLE and LIBRARY level. + +### Complex Excel Uploads + +Our customer was ingesting Basel III reports into SAS and needed an easy to use mechanism for extracting very specific cells and ranges from a constantly changing workbook format. + +**Solution** + +We built an approach that allowed end users to define a series of rules for importing cells and ranges from anywhere within a workbook - based on absolute / relative positioning, or using search strings. + +The changes we made to deliver this feature are described [here](https://git.datacontroller.io/dc/dc/issues/69) and the final documentation is [here](/excel). \ No newline at end of file