Hi I have a mobile application in that MobApp, customer can see the information about
money,news,forecast,advice and can download the app in that case i need to find out the count for how
many times customers visited money,news,forecast,advice and through which ref code customer
downloaded app separately on daily basis or download date
The log table consists of columns like
id user_key url_accessed parameters timestamp .. ......... ............ .......... ............
1 sdhbhjbh /user/money mobile_no=9999999 2015-01-08 13:06:33
2 cnbjknjk /user/news user_key=534d2135 2014-09-06 26:02:25
3 l;mjl;k; /download ref=abcd 2014-10-22 07:37:57
Here I have to find how many times user accessed the url daily on date basis and count for accessing
the url of money,news,forecast,advisory,download
Here I am using SQL Server with Pentaho data integration
For above issue i have to create separate new_table for url_accessed with columns
money,news,weather,forecast,download. Here, i need to populate the data from log_table to new_table
where the columns money,news,weather,forecast,download are in this columns the data has to come count
for money,count for news and for all columns
using pentaho data integration. How can i do this, help me in this task