The analysis of the files, when identifying an amount, detects the character “.” as a decimal separator. However, my documents use “.” as a separator for thousands, and the character “,” as a separator for decimals. This error vastly underestimates some expenses. For example, an expense (in Chilean pesos) of $ 184.502 (184 thousand 502 pesos) counts as $184. How can the error be corrected?
·