-
Type:
Bug
-
Status: Done
-
Priority:
Medium
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: Enhancements - Fall
-
Labels:None
-
Company:All Clients/Multiple Clients
There is line of code 'parsedKeyValuePdfDataparam = parsedKeyValuePdfData.ToDictionary(d => d.Key, d => d.Value);' in DocumentData.GetFormDetailsWithValues where possible exception is not handled. Now when parsedKeyValuePdfData has any duplicate column name, this method throws exception. Here if duplicate keys exist, then either that key should be skipped or value be overridden.
-
- Time Spent:
- 4h
-
- Understanding Bug
- Analysis.
- Reproduction with Template creation for duplicate values.
- bug fix approach suitability.
- discussion with Ganesh
- code fix & code merges PR creation.
- Unit testing with a duplicate key.
- etc efforts.