Overview
This guide will walk you through processing your first Auvo task report in just a few minutes. You’ll learn how to upload a CSV file, view filtered results, and export reports.Make sure you’ve completed the installation steps before proceeding with this guide.
Starting the Application
Activate Virtual Environment
First, ensure your virtual environment is activated:You should see
(venv) in your terminal prompt.Processing Your First File
Understanding Auvo CSV Format
The application expects CSV files exported from Auvo with the following characteristics:- Header rows: The first 5 rows are automatically skipped (Auvo exports include metadata)
- Required column: Must contain a “Relato” (Report) column with task descriptions
- Supported formats:
.csv,.xls, or.xlsx
Upload and Process
Select Your File
On the home page, click the “Selecionar arquivo” (Select file) button and choose your Auvo export file.Supported formats:
.csv- Comma-separated values.xls- Legacy Excel format.xlsx- Modern Excel format
Process the Report
Click “Processar Relatório” (Process Report) to start the analysis.The application will:
- Read the file and skip the first 5 rows
- Extract the “Relato” column
- Filter tasks containing any of the configured keywords
- Generate statistics about matches
- Save results to a temporary file for export
Processing typically takes 1-3 seconds for files with up to 10,000 rows.
Review Results
The results page displays:
- Statistics Dashboard: Total records, tasks found, and occurrence rate
- Keyword Breakdown: How many times each keyword appeared
- Filtered Table: Tasks containing the keywords with these columns:
- Data (Date)
- Cliente (Client)
- Endereco (Address)
- OS Digital (Digital Work Order - clickable link)
- Relato (Report description)
Understanding the Results
Statistics Panel
The statistics panel shows three key metrics:Example Filtered Task
Here’s what a typical filtered task looks like:| Data | Cliente | Endereco | OS Digital | Relato |
|---|---|---|---|---|
| 15/03/2026 | Empresa ABC | Rua Principal, 123 | Link | Equipamento quebrado, necessário trocar peça |
The “OS Digital” column contains clickable links that open the work order directly in Auvo.
Exporting Results
The application offers two export formats:- Excel Export
- PDF Export
Excel (.xlsx) Format
Click “Baixar Excel” to download a multi-sheet workbook:Sheet 1: Tarefas Encontradas (Tasks Found)- All filtered tasks with 5 columns
- Formatted for easy reading in Excel
- Can be further filtered and analyzed
- Total Records
- Tasks Found
- Occurrence Rate (%)
- Generation Date/Time
app.py
Customizing Keywords
The default keywords work for common maintenance scenarios, but you can customize them:Edit Keywords
You’ll see the current keywords in a text field:Modify this list to match your needs. For example:
Viewing Processing History
The application maintains a history of your recent processing activities:- Click “Histórico” in the navigation menu
- View the last 10 processed files with:
- File name
- Processing date and time
- Number of tasks found
- Total records processed
app.py
History is session-based and will be cleared when you close your browser.
How the Filtering Works
Understanding the filtering mechanism helps you optimize your keywords:app.py
- Filtering is case-insensitive (“Quebrado” matches “quebrado”)
- Uses regex OR logic (matches if ANY keyword is found)
- NaN values are treated as non-matches
- Supports partial matches (“trocar” matches “trocar peça”)
Common Use Cases
Finding Equipment Failures
Finding Equipment Failures
Use keywords focused on equipment status:
Parts Replacement Tracking
Parts Replacement Tracking
Filter for part-related tasks:
Urgent Tasks
Urgent Tasks
Identify high-priority items:
Installation Tasks
Installation Tasks
Track new installations:
Next Steps
Configure Keywords
Customize filtering keywords to match your specific needs
Export Reports
Generate Excel or PDF reports for your team
View History
Track your processing activities over time
Advanced Filtering
Combine multiple keywords for precise filtering