I have a CSV file that will be uploaded regularly which contains the Year column in number type. In the app Year is an Enum Number data type. But by doing this thousand separated comma is automatically added.
Is there a way to go about this without changing the data type to text in CSV or in the APP?
In the beginning when you added the value directly through the app without any CSV import, was it showing the number without the separator? What happens now if you add it through the app?