Add merge field

This commit is contained in:
Watchful1 2023-09-13 10:05:32 -07:00
parent 9595fa7e40
commit 91159f0509
3 changed files with 4 additions and 4 deletions

View file

@ -12,8 +12,8 @@ NEWLINE_ENCODED = "\n".encode('utf-8')
if __name__ == "__main__":
input_file = r"\\MYCLOUDPR4100\Public\RS_2023-07.zst"
output_folder = r"\\MYCLOUDPR4100\Public\ingest\download"
input_file = r"\\MYCLOUDPR4100\Public\RS_2023-04.zst"
output_folder = r"\\MYCLOUDPR4100\Public\ingest\download2"
file_type = "comments" if "RC" in input_file else "submissions"
previous_minute, output_handle, created_utc = None, None, None