Add repair mode for missing year fields in vehicle data; update README with usage instructions
This commit is contained in:
@@ -32,3 +32,9 @@ Enable detail-page enrichment:
|
||||
```bash
|
||||
printf "0588\n" | dotnet run --project src/HsnTsnScraper/HsnTsnScraper.csproj -- --include-details
|
||||
```
|
||||
|
||||
Repair only missing year fields from an existing CSV:
|
||||
|
||||
```bash
|
||||
dotnet run --project src/HsnTsnScraper/HsnTsnScraper.csproj -- --repair-years --input-csv hsntsn.csv --output-csv hsntsn.repaired.csv
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user