Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: Design Documents
-
Labels:
-
Team:System Management
Description
The parsing of the productlist.csv file in the LDM-294 repo appears to be broken when an entry in the input data contains a comma as part of the value.
This affects the PRTLINTF ("Portal Interfaces") row, and causes, e.g., "user workspace" and "identity management" to appear in spurious positions in the resulting LaTeX output. (Compare productlist.tex with productlist.csv.)
The effect is also visible in the tree figure generated (a spurious "user workspace" appears in place of the WBS in the "Portal Interfaces" bubble).
(Provisionally assigned to Jonathan Sick in light of DM-13140; Wil O'Mullane is the apparent original author of the Python program that does the parsing.)
Attachments
Issue Links
- is child task of
-
DM-13088 Bring LDM-294 current; fix document build
- Done
I did specify NO commas inside fields in a a CSV ! THat said there is a better python parser which handles fields wihtin "" contianins commas.
But the fix for this is is easy - if you modify the file do not put commas in field values.