Jump to content

This topic is 7243 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

Hello,

I have a large amount of records that have HTML in them, and I'd like to strip out all of the line ending charaters. Any suggestions on the best way to do this?

Thanks,

- dstefani

Posted

put a carriage return in a global text field. Then run a scripted substitute to replace the field containing the HTML code by itself but substituting the global field for "".

something like: Set Field[sourcefield; substitute(sourceField, globalReturn, "")]

Make a backup first smile.gif

This topic is 7243 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.