We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 593761d commit ebccc06Copy full SHA for ebccc06
1 file changed
end-to-end-use-cases/structured_parser/src/structured_extraction.py
@@ -504,7 +504,7 @@ def save_results(
504
logger.info(f"Extracted table written to {outfile}")
505
506
if export_excel:
507
- output_path = output_dir / f"tables_{timestamp}.json"
+ output_path = output_dir / f"tables_{timestamp}.xlsx"
508
export_csvs_to_excel_tabs(output_dir / f"tables_{timestamp}", output_path)
509
510
# Save to SQL and vector databases
0 commit comments