- Automate the retrieval of Swift codes for financial institutions.
- Maintain an up-to-date database of Swift codes for international transactions.
- Streamline data collection processes for compliance and reporting.
- Enhance operational efficiency by reducing manual data entry tasks.
Triggers the workflow manually to start the extraction process. Makes an HTTP request to fetch the webpage containing Swift codes. Extracts relevant data using HTML selectors to capture country names and links. Processes the extracted data in batches to handle multiple countries. Performs additional HTTP requests to retrieve detailed information for each country. Stores the extracted data in MongoDB for easy access and management.
- 1Import the workflow template into n8n.
- 2Manually trigger the workflow to initiate the extraction process.
- 3Ensure MongoDB credentials are correctly configured.
- 4Run the workflow to start extracting and storing Swift codes.