You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I execute the command, I get a django.db.utils.DataError: invalid input syntax for type numeric: "144,54".
It happens the same on any field typology, it's like the copy_ColumnName_template is skipped.
Am I missing something or using the transformation in a bad way? Without mapping, everything works as expected. Thanks
The text was updated successfully, but these errors were encountered:
Maybe putting a little abstract of the code will explain better what is happening:
file.csv
models.py
management command
When I execute the command, I get a django.db.utils.DataError: invalid input syntax for type numeric: "144,54".
It happens the same on any field typology, it's like the copy_ColumnName_template is skipped.
Am I missing something or using the transformation in a bad way? Without mapping, everything works as expected. Thanks
The text was updated successfully, but these errors were encountered: