Skip to content

Commit ebccc06

Browse files
authored
Update structured_extraction.py
1 parent 593761d commit ebccc06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

end-to-end-use-cases/structured_parser/src/structured_extraction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ def save_results(
504504
logger.info(f"Extracted table written to {outfile}")
505505

506506
if export_excel:
507-
output_path = output_dir / f"tables_{timestamp}.json"
507+
output_path = output_dir / f"tables_{timestamp}.xlsx"
508508
export_csvs_to_excel_tabs(output_dir / f"tables_{timestamp}", output_path)
509509

510510
# Save to SQL and vector databases

0 commit comments

Comments
 (0)