I am just using some test data that I generated to try to get lookups to work.
First, my log (completely manually generated and meaningless) file looks like this....
TimeDate:201108034352 USERID:100002 PRODUCTION:71
TimeDate:201105014327 USERID:100001 PRODUCTION:37
TimeDate:201112014446 USERID:100002 PRODUCTION:92
TimeDate:201107060448 USERID:100003 PRODUCTION:14
There are about 10000 lines.
I've extracted the USERID: value to a field called UserID
My lookup table, super simple, looks like this....
UserID,Username
100000,Elvis Presley
100001,Jim Morrison
100002,Jimi Hendrix
100003,Janis Joplin
This is uploaded, and location defined in the Manager/Lookups/Lookup Table Files, and Called UserFile
The Lookup is define in Manager/Lookups/Lookup Definitions, Named UserLookup, Type is filebased, and Lookup File is UserTable.
Finally, under Manager/Lookups/Automatic Lookups, I created an automatic lookup named Username Lookup. The Lookup Table is UserLookup. The input field is UserID=UserID, and the output field is Username=Username.
Obviously, the object here is to autolookup the Name field based on the UserID Field. But, it doesn't work. I dont' even see UserName in the field List.
It's gotta be something super dumb/simple I'm missing here.
Thanks in advance.
... View more