I have some data the has a comma where there should be a CrLf is it
possible to replace the comma with a CrLf or force a line break
when it sees one in a specific field?
I've had a look in the edit rule and see there is Find, Find and
replace , force line break but am new to Xmpie and Qlingo so not up
to
speed with Qlingo yet.
Cheers
In QLingo,
\n = forced line break
\r = new paragraph
So you should be able to do something like FindAndReplace(|->[Field], "," "\n")
I don't have access to the docs so syntax might be wrong - please check.
Try it and see what happens. In InDesign turn on hidden characters to
see if working as intended
In case your interested the syntax is
FindAndReplace(|->[Field], ", ", "\n")
Thanks again
--
You received this message because you are subscribed to the Google Groups "XMPie Interest Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to xmpie-users...@googlegroups.com.
To post to this group, send email to xmpie...@googlegroups.com.
Visit this group at http://groups.google.com/group/xmpie-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.