Table of Contents
Required to consolidate data from three different systems and migrate to CRM
I cleaned and processed the data from all three different systems in R (Programming Language).
Stored the processed data in three different data frames and then built a function to rename column names from all the data frames so that they are consistent.
Then it was finally time to merge data frames into a single data frame and export it.
Once it is all done the exported data was able to migrate to CRM successfully.
I wanted to automate the online bidding process for time efficiency.
The process of online bidding is; where you bid and wait for others to bid and if the others do not bid within the duration you win the bid. So it is very time-consuming.
So I created two Python scripts one for the main automation and one for pulling the data from the auction site both of the scripts work concurrently.