Removing spaces and "|" from a field

If you need help on how to use the program
Post Reply
Blanche
Posts: 15
Joined: 2003-09-20 21:11:12

Removing spaces and "|" from a field

Post by Blanche »

I imported my catalog from ExtemeMovieManager, which left a weird symbol in the producers field. The names are separated with " | "(example: Liz Glotzer | David V. Lester | Niki Marvin), two spaces in front of the sign, and two after. I tried using the Find&replace script to replace them with a coma, but It doesn't work. What is the equivalent of a space in 'scripting language'? Any ideas?
Thanks in advance![/img]
antp
Site Admin
Posts: 9629
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

A space is a space, just replace ' | ' by ', ' for example
Post Reply