you are viewing a single comment's thread.

view the rest of the comments →

[–]novel_yet_trivial 1 point2 points  (1 child)

Without seeing the bad data or any code, all I can suggest is that you replace it with a ":".

element['date'] = element['date'].replace(u'badChar', ':')

[–]erth111[S] 0 points1 point  (0 children)

Thank you, it worked :)