Is there any way to insert text into a DataLinq input?
I need to link to a folder of images, but the only thing I have available in my data source is up to 4 characters (e.g., for Dwayne Johnson, it would send me DJOH). I need to DataLinq that to an image directly on a shared drive (e.g., `C:/Images/DJOH.png`).
Is there a way for me tin insert "`C/Images/`" and ".png" into the DataLinq location (e.g. `RACE/CANDIDATE_INFO/CANDIDATE/LAST_NAME`) so that it links to the image correctly?