Commas and periods in import files
- Last UpdatedApr 22, 2022
- 1 minute read
-
Don’t include commas in numeric column entries (e.g., as thousands or decimal separators). Otherwise, an import error will occur and the row won’t be imported.
-
In numeric column entries, periods should be used only as decimal separators. Using a period as a thousands separator in a number value will cause the number to be imported incorrectly (e.g., 1.000 will be imported as 1 and not 1000).