Create code to update a website with data from CSV file.
The data in the csv file is information about transport jobs we have availabe for subcontraction (example file attached). Certain data in this file is to be passed via website api to create a posting on the websites jobs sale board.
Link for api data is https://docs.dev.transportexchangegroup.com/reference/createloadusingpost and we can access the Dev area of the website to test program.
The program must be fully automated and triggered when a new CSV File is uploaded. The program must then remove all existing postings on the website and replace with the new data in the csv file.