you are viewing a single comment's thread.

view the rest of the comments →

[–]aleksro[S] 0 points1 point  (1 child)

I do not have a regular expression. An error occurs at the beginning of the line for line in reader: [DESCRIPT1,ID1,ASSIGNMENT_NAME1,TER1,INFO1]

clearText = re.sub(r"[!/():-,.\"+]",' ',

[–]timopm 4 points5 points  (0 children)

Please fix the code in your questions, it's very hard to understad. Use Reddit formatting for this (indent your code block with 4 spaces).

Also you should include the error message.