Formatting datasource recordset output


(Clementoke) #1

Hi all,

I am pulling data from a MySQL database and some fields are concatenated with a comma delimiter.

I know I can use ^replace:;:</p><p>^tagif:p% keyword modifiers to format this output if it were metadata fields or other keywords.

Question is can I do the same with MySQL output?

Cheers,

Clement 


(Joel Porgand) #2

yeah keyword modifiers work on %ds__XXXX% keywords


(Clementoke) #3

Thanks, I'll give it a try