Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.lerian.studio/llms.txt

Use this file to discover all available pages before exploring further.

A generated Report is a historical file. Reporter does not edit the generated output after generation finishes.

Objective


Correct the source setup that produced a wrong Report, then generate a new Report. For example, if a CSV file is missing rows, review the filters used during generation. If the layout is wrong, update the Template. If values are wrong, test the Data Source and confirm it points to the expected database and schema.

When to use


Use this page when:
  • an operator asks why a generated Report cannot be changed directly;
  • a generated Report has wrong data, layout, or output format;
  • an Error or stalled PendingExtraction Report needs investigation before trying again;
  • the team needs a corrected file while preserving the original generated Report for history.
Do not use this task to overwrite a generated file. Generate a new Report after correction.

Before you start


Identify what is wrong:
ProblemLikely source to check
File layout is wrongTemplate structure or .tpl file
Output format is wrongTemplate Output Format
Rows are missingReport filters or Data Source schema
Values are wrongData Source connection, schema, fields, or source data
Generation returned Error or stayed in PendingExtractionReport details, Template, Data Source, filters
The original Report remains available for audit history. The corrected file is a new generated Report.

Step by step


1

Open the Report details

Go to Reports and open the generated Report details.
2

Review how it was generated

Check the Template, filters, output format, status, and any error details.
3

Fix the source setup

Update the Template, test or edit the Data Source, or adjust the filters you will use during the next generation.
4

Generate a new Report

Use the corrected Template, Data Source, and filters to generate a new Report.
5

Download the corrected file

Wait until the new Report reaches Finished, then download it.

Field guide


Field or statusWhat it helps diagnoseExample
TemplateWhether the correct Template and output format were used. Technical fields include templateId, templateDescription, and templateOutputFormat.Monthly tax CSV, csv
FiltersWhether the generated Report included the intended data subset. Technical field: filters.status eq active
StatusWhether the Report completed, is still running, is waiting on extraction, or returned an error. Technical field: status.Error
Error detailsMessage returned by Reporter when generation fails. Technical field: error.connection timeout
Data SourceWhether the Report came from the expected database and schema. Check the filter database and the Template field mapping.production-postgres

Expected result


The incorrect Report stays unchanged, and a new corrected Report is generated from the fixed setup.

Common errors and care points


Reporter keeps generated Reports as historical outputs. Correct the Template, Data Source, or filters, then generate again.
Missing rows often come from filters, not from the Template. Review the generation inputs before changing the Template.
If values are wrong or schema access changed, test the Data Source before generating a corrected Report.

Next steps


Create report

Generate the corrected Report. There is no direct edit API for historical outputs.

Check report status

Monitor the corrected Report before download.