Before creating a scenario, create a CSV file containing the following lines:
#duration,date,service,login
15,2012-01-03 11:55:26,Internet,Smith
623,2012-01-04 12:12:00,Internet,Smith
92,2012-01-05 08:05:00,Internet,Smith
500,2012-01-06 04:26:00,Internet,Smith
212,2012-01-07 14:48:00,Internet,Smith
300,2012-01-08 19:56:00,Internet,Smith
80,2012-01-09 10:11:00,Internet,Smith
These lines are Smith's CDRs for January 2012.
To create a CSV file
Open a txt file.
Copy all of Smith's CDRs for January 2012 into the file.
Save your file in \MyFiles\fitPetHomeFileDir under Windows (/MyFiles/fitPetHomeFileDir under UNIX) with january_cdrs as the file name.
Close the january_cdrs file.
Convert the january_cdrs file into a CSV file by changing its extension.
Next step: Create your scenario to process the january_cdrs.csv file.