0

How can I concatenate data using CDI?

I'd like to know how to use CDI to concatenate source data.  For example, in SQL, I would use something like this:  

SELECT [SomeStuff], 'VALUE TO CONCATENATE: ' + [FieldToConcatenate] as ConcatenatedField
FROM [SomeTable]

What tools would I use in CDI to accomplish this?

7 comments

Please sign in to leave a comment.