edward_ryan
04/18/2024, 5:57 AMedward_ryan
04/18/2024, 6:03 AMedward_ryan
04/18/2024, 6:12 AMdef post_process(self, row: dict, context: dict | None = None) -> dict | None:
"""
We can add created and updated time columns from field column
"""
try:
row["title"] = str(row["Title"])
except:
pass
return super().post_process(row, context)
visch
04/18/2024, 5:14 PMvisch
04/18/2024, 5:16 PMhashed_email_address
just to get you by, but I wouldn't dive too far down that rabbit hole to get it working I"d just look at the target and try to fix whatever is going on.visch
04/18/2024, 5:16 PMedward_ryan
04/18/2024, 5:17 PM