Closed miha42-github closed 1 year ago
ISIN isn't being correctly parsed and outputted for at least the following companies:
"isin": "{{ISIN|sl|=|n|pl|=|y|DE0007164600}}"
"isin": "{{ISIN|sl|=|n|pl|=|y|US0378331005}}"
"isin": "{{ISIN|sl|=|n|pl|=|y|AN8068571086}}"
Fix the parsing of the ISIN by adding additional logic/regex to account for this format.
This appears to be resolved closing
Introduction
ISIN isn't being correctly parsed and outputted for at least the following companies:
"isin": "{{ISIN|sl|=|n|pl|=|y|DE0007164600}}"
"isin": "{{ISIN|sl|=|n|pl|=|y|US0378331005}}"
"isin": "{{ISIN|sl|=|n|pl|=|y|AN8068571086}}"
Action
Fix the parsing of the ISIN by adding additional logic/regex to account for this format.