-
Jun 15th, 2011, 02:36 AM
#1
How to generate multiple outgoing record from a single incoming record?
Imagine the incoming record is as shown below which denotes that the given user has migrated from one service to another
#user, fromService, toService
-------------------------------------------
user-a, quoteOfTheDay, songOfTheDay
Now, process the record such that it generates two records;
1- deactivate user from 'quoteOfTheDay'
2- activate user for 'songOfTheDay'
the required output is as below;
#chargetype, service, user
-----------------------------------------
deactivate, quoteOfTheDay, user-a
activate, songOfTheDay, user-a
Any help is appreciated.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules