Implements an automated generation method for creating individual CSV files for each airport and updates the README.md with instructions on how to use this new feature.
Script Updates: Modifies scripts/cvtJsonToCsv.sh to dynamically generate CSV files for all airports listed in the JSON data. It now iterates over all airport codes in the JSON files and generates CSV files for each airport code found.
New Script Addition: Adds scripts/generateAirportCsvs.sh to automate the generation of individual CSV files for each airport. This script parses JSON data to extract airport codes and uses the modified scripts/cvtJsonToCsv.sh script to generate CSV files for each airport.
README.md Changes: Updates the README.md to include instructions on how to use the automated generation method to create CSV files for additional airports. It details the purpose and usage of the new scripts/generateAirportCsvs.sh script.
Related to #11
Implements an automated generation method for creating individual CSV files for each airport and updates the README.md with instructions on how to use this new feature.
scripts/cvtJsonToCsv.sh
to dynamically generate CSV files for all airports listed in the JSON data. It now iterates over all airport codes in the JSON files and generates CSV files for each airport code found.scripts/generateAirportCsvs.sh
to automate the generation of individual CSV files for each airport. This script parses JSON data to extract airport codes and uses the modifiedscripts/cvtJsonToCsv.sh
script to generate CSV files for each airport.scripts/generateAirportCsvs.sh
script.For more details, open the Copilot Workspace session.