If you encounter an Amount field that has spaces as the thousands
separator AND includes a DR/CR indicator (e.g. 12 345 678 D) then you'll
need this to parse the value: Dim strRawAmount As String =
api.Parser.DelimitedParsedValues(4) ' Zero-based and...