From 12553b0768c628b70276cf788519d67a0a778544 Mon Sep 17 00:00:00 2001 From: Nitish Bharambe Date: Mon, 8 Jul 2024 13:34:25 +0200 Subject: [PATCH] update doc Signed-off-by: Nitish Bharambe --- docs/converters/vision_converter.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/converters/vision_converter.md b/docs/converters/vision_converter.md index 213a91b0..2af22895 100644 --- a/docs/converters/vision_converter.md +++ b/docs/converters/vision_converter.md @@ -56,9 +56,12 @@ An examplery usage can be found in the example notebook as well as in the test c So far we have the following issue known to us related to Vision exported spread sheets. We provide a solution from user perspective to the best of our knowledge. ### Duplicated `P` columns -Vision can export sheets with duplicated `P` columns, one of which being unitless additional information. This field is of no actual purpose within PGM calculation. +Vision can export sheets with duplicated `P` columns, one of which being unitless additional information. This field is of no actual purpose within PGM calculation. In case of duplicate column names, PGM-IO renames them to eg. `P`, `P_2` and so on. However the change in mapping to the duplicate name should be done manually by the user in a custom mapping file. -**Tip:** We advice users to uncheck the `specifics` when exporting from Vision. +**Tip:** We advice users to uncheck the `specifics` when exporting from Vision and an extra `P` column would not appear. ### Different names for columns -In different versions of exports, user can sometimes find different names for columns. For example, the column name `N1` might be represented as `Grounding1` in some exports. To address this, the `VisionExcelConverter`'s `terms_changed` argument can be used. \ No newline at end of file +In different versions of exports, user can sometimes find different names for columns. For example, the column name `N1` might be represented as `Grounding1` in some exports. To address this, the `VisionExcelConverter`'s `terms_changed` argument can be used. + +### Sheets being ignored +In different versions of exports, user can find different names for the spreadsheets. All sheets not specified in the mapping file are ignored for conversion. Hence if the mapping has an incorrect sheet name, they would not be considered in conversion and no error shall be given out. The user should use the adequate mapping file for different vision versions. And if the default mapping is modified, it is advised to verify if all required sheets are being converted.