Skip to content

Commit

Permalink
fix table of contents link
Browse files Browse the repository at this point in the history
fix links to importer classes
  • Loading branch information
alkesh committed Feb 7, 2025
1 parent f90025b commit 36de3e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/acquiring_new_private_childcare_provider_data.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Acquiring new Private Childcare Provider CSV data for import

1. [Overview](#overview)
1. [Acquiring the ODS files](#acquiring-the-ods-files)
1. [Acquiring the CSV files](#acquiring-the-csv-files)
1. [Extracting the data](#extracting-the-data)
1. [Importing the data](../docs/importing_data.md#importing-private-childcare-provider-data)

Expand All @@ -28,5 +28,5 @@ Download from the above link the CSV files named:
- delete the non-header rows from the files - the first line should be the CSV header

As the exact structure of these files can differ year to year it is worth running these files through the import process locally to ensure the data is being imported correctly before committing the files to the repository. Any changes would mean that the [import rake task](../lib/tasks/private_childcare_providers.rake) would need to be updated to reflect the new structure, these changes would be made in the CSV row wrapper classes:
- [Importers::ImportPrivateChildcareProviders::ChildcareProviderWrappedCSVRow](../app/services/importers/import_private_childcare_providers)
- [Importers::ImportPrivateChildcareProviders::ChildminderAgencyWrappedCSVRow](../app/services/importers/import_private_childcare_providers)
- [Importers::ImportPrivateChildcareProviders::ChildcareProviderWrappedCSVRow](../app/services/importers/import_private_childcare_providers.rb)
- [Importers::ImportPrivateChildcareProviders::ChildminderAgencyWrappedCSVRow](../app/services/importers/import_private_childcare_providers.rb)

0 comments on commit 36de3e8

Please sign in to comment.