Hi, I've noticed strange behaviour when importing into a number formatted cell in Anaplan from a csv file.
My csv file is directly exported from a Workday report, and the csv file contains 2 decimal places for some entries, but some entries are rounded to 0.dp where the two d.ps are ".00".
Anaplan is incorrectly putting the decimal point on the entries with 2 d.p.s. I attach an example below.
the workaround i'm using is to import as a text formatted cell (where it imports correctly) and then use VALUE() to convert to a number. But this seems like an inefficient workaround (duplicates the Amount column unnecessarily).
Is there a better solution?