Skip to main content
Participant
January 21, 2021
Question

Prefix & Suffix to paragraph style

  • January 21, 2021
  • 1 reply
  • 516 views

I have been scratching my head over this. I am trying to add a Prefix or Suffix (i.e £ to price field) (kg to weight field) Ideally, using a grep to add a prefix to a paragraph style unless this option is built in somewhere. Also, the field is from a csv file so its a data merge.

 

I have lots of csv files so it's would be easier to add (Prefix or Suffix) on import?

This topic has been closed for replies.

1 reply

brian_p_dts
Community Expert
Community Expert
January 21, 2021

Does Find/Replace not work? Find by the style used, replace with (ie.) "$0kg"? You could script something to execute that script upon a successful datamerge, or onSave event listeneer, etc.