Hi,
I need to convert multiple numeric codes in multiple tables into meaningful texts via a suitable "lookup table" (actually a view on SQL Server, but that's not important). Since I need to do this multiple (10+) times, I want to create a custom transformer with published parameters for input and output variables.
How do I do this ?
My attempts sofar has only resulted in an error: Undefined macro 'VAR_NAME' dereferenced in file ...
Cheers
Lars I