Skip to content

Commit 1051478

Browse files
format markdown
Signed-off-by: Jerry Guo <Jerry.Jinfeng.Guo@alliander.com>
1 parent fac23ad commit 1051478

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/converters/vision_converter.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ An examplery usage can be found in the example notebook as well as in the test c
9191

9292
## Optional extra columns
9393

94-
When working with Vision Excel exports, some metadata columns (like `GUID` or `StationID`) may not always be present, especially in partial exports. The `optional_extra` feature allows you to specify columns that should be included in `extra_info` if present, but won't cause conversion failure if missing.
94+
When working with Vision Excel exports, some metadata columns (like `GUID` or `StationID`) may not always be present, especially in partial exports.
95+
The `optional_extra` feature allows you to specify columns that should be included in `extra_info` if present, but won't cause conversion failure if missing.
9596

9697
**Syntax:**
9798
```yaml
@@ -117,7 +118,8 @@ grid:
117118
- This feature is particularly useful for handling different Vision export configurations or versions
118119

119120
**Duplicate handling:**
120-
When a column appears in both the regular `extra` list and within `optional_extra`, the regular `extra` entry takes precedence and duplicates are automatically eliminated from `optional_extra`:
121+
When a column appears in both the regular `extra` list and within `optional_extra`,
122+
the regular `extra` entry takes precedence and duplicates are automatically eliminated from `optional_extra`:
121123

122124
```yaml
123125
extra:
@@ -129,7 +131,8 @@ extra:
129131
- StationID # Unique optional - processed if present
130132
```
131133

132-
In this example, `ID` will only be processed once (from the regular `extra` list), while `GUID` and `StationID` are processed as optional columns. This prevents duplicate data in the resulting `extra_info` and ensures consistent behavior regardless of column ordering.
134+
In this example, `ID` will only be processed once (from the regular `extra` list), while `GUID` and `StationID` are processed as optional columns.
135+
This prevents duplicate data in the resulting `extra_info` and ensures consistent behavior regardless of column ordering.
133136

134137
## Common/Known issues related to Vision
135138

0 commit comments

Comments
 (0)