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_addressvisch
04/18/2024, 5:16 PMedward_ryan
04/18/2024, 5:17 PM