hello,
i was trying to import some employees data which lead to the error below:
Error for row (#21) : argument of type ‘datetime.datetime’ is not iterable
i have tried searching via google and i have no answer yet. please i will be very grateful to have an answer asap.
Have you checked the data to ensure date values are placed in correct column? Also share the traceback from browser console.
i figured out the issue was due to an excel column field specifying its value as date and had to convert the field type to text… and the error vanished…
1 Like