I've been running into some issues where YNAB is incorrectly interpreting the amount field seemingly because the "amount" contains a comma and no trailing cents.
For example, "$1,150" is imported as $1.15. I believe the tool could solve this by normalizing the output to either have no commas, or always have a trailing .00 if it's a whole-dollar amount. However, given that some currencies use , as the decimal separator and some have no fractional amounts, it might be best to leave it as an option.
I've been running into some issues where YNAB is incorrectly interpreting the amount field seemingly because the "amount" contains a comma and no trailing cents.
For example,
"$1,150"is imported as$1.15. I believe the tool could solve this by normalizing the output to either have no commas, or always have a trailing.00if it's a whole-dollar amount. However, given that some currencies use,as the decimal separator and some have no fractional amounts, it might be best to leave it as an option.