Skip to content

Commit

Permalink
NiFi: updated script(s).
Browse files Browse the repository at this point in the history
  • Loading branch information
vladd-bit committed Jul 10, 2023
1 parent 2552239 commit fd15551
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nifi/user-scripts/get_files_from_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ def get_files_and_metadata():
if generate_pseudo_doc_id != False:
_file_id_dict["document_Pseudo_Id"] = str(uuid.uuid4().hex)

folders_ingested[root].append(file_id)
txt_file_df = pandas.concat([txt_file_df, pandas.DataFrame.from_dict([_file_id_dict], orient="columns")])
else:
for i in range(0, len(txt_file_df)):
Expand Down

0 comments on commit fd15551

Please sign in to comment.