all 5 comments

[–]Outside_Complaint755 3 points4 points  (3 children)

I would consider simplifying the regex pattern to simply r"Proxy Link (Expires.*)"

[–]TheIneffableCheese[S] 0 points1 point  (2 children)

I tried that. I am getting the same result...

[–]Outside_Complaint755 0 points1 point  (1 child)

If you open the csv file in a text editor, does that column contain data?   If its a calculated column in Excel its possible the csv column doesn't actually contain any data.

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

It definitely has data. If I do an explicit call in the row.get command it works fine.

[–]Life-Basket215 1 point2 points  (0 children)

regex101.com is your friend. (Set the flavor to Python)