This commit is contained in:
Watchful1 2023-09-19 17:32:45 -07:00
parent 1dfdea9458
commit 2f3c3c8f88
3 changed files with 4 additions and 2 deletions

View file

@ -12,7 +12,7 @@ NEWLINE_ENCODED = "\n".encode('utf-8')
if __name__ == "__main__":
input_file = r"\\MYCLOUDPR4100\Public\RC_2023-06.zst"
input_file = r"\\MYCLOUDPR4100\Public\RC_2023-08.zst"
output_folder = r"\\MYCLOUDPR4100\Public\ingest\download"
file_type = "comments" if "RC" in input_file else "submissions"