View Single Post
Old 09-15-2015, 01:52 PM   #1
mirikbb
Member
mirikbb began at the beginning.
 
Posts: 14
Karma: 10
Join Date: Jan 2012
Device: Kindle
Copy one column to another problem

Hello,

I am trying to copy content of one custom column to another custom column. Problem which I am experiencing is when the source column contains multiple names split by "&" for example Fname1 Lname1 & Fname2 Lname2

When I use regex replace (.*) with \1 the result in destination column is not the names split with & but names split by coma "," for example Fname1 Lname1,Fname2 Lname2

Source column is defined as "coma separated text, like tags, shown in tag browser" + "Contain names is checked
Destination column is defined as "Test, column shown in tag browser"

Thank you for help. M.
mirikbb is offline   Reply With Quote