What did I do this week?
This week, I successfully added queries to extract the data from the database new structure. I also added test to ensured that the data extract contain new data.
What is coming up next?
In the next phase, I will focus on adding data to output engine.
Did I get stuck anywhere?
The cursor of the database was getting reset after extracting the data from the database. It took lot of time to find out were was the problem. After know the problem I create a new function which create a new cursor and extract data.