Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: cristi.boizasHi guys,
I am trying to load dynamically some files in a database from a, let's say a delimited file which uses "|" as a separator.
If I have a column like Price and it has a value of 5,25 in the file, the configuration should say that is a number with 2 decimals.
However, when I validate this column with .isNumber() , the LAE does not recognize it as numeric value, but as a string ( due to the comma, instead of a decimal point ).
Also, the metadata converter is not able to convert it to a numeric value.
Any suggestions for getting around this, apart for replacing the comma with a point ?
Thanks,
Cristi.