BTO

Vice Admiral
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-04-14
12:41
172 views
Map file to convert to LowerCase
Hi Team,
I want to convert session start and session end user name to lower case using map file. My map file looks like this. But it is not changing the case. Can you please suggest how to rectify this issue.
event.deviceVendor,event.deviceProduct,event.name,set.expr(sourceUserName).event.sourceUserName
Pulse Connect Secure,Pulse Secure,Conn Closed,__toLowerCase(sourceUserName)
Pulse Connect Secure,Pulse Secure,Session Start,__toLowerCase(sourceUserName)
Regards,
Kaleem Ullah
Kaleem Ullah
1 Reply


Commander
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-04-15
10:41
Hello,
first, I would try to use quotes around entire operations...example..
Pulse Connect Secure,Pulse Secure,Conn Closed,"__toLowerCase(sourceUserName)"
Regards,
Josef