diff --git a/tap_github/repository_streams.py b/tap_github/repository_streams.py index 816f8ebb..3095f123 100644 --- a/tap_github/repository_streams.py +++ b/tap_github/repository_streams.py @@ -859,6 +859,8 @@ def post_process(self, row: dict, context: Optional[Dict] = None) -> dict: # such chars are removed from the data before we pass it on to # the target row["body"] = row["body"].replace("\x00", "") + if row["title"] is not None: + row["title"] = row["title"].replace("\x00", "") # replace +1/-1 emojis to avoid downstream column name errors. if "reactions" in row: