#21410
David
Participant

Thank you, Stefan! You’re so warm~~
My description is not so clear, sorry for that! What I want is:
FROM:

partnr=[1!#10]
productgroup=[1!#2]
productsubgroup=[1!#3]
description1=”zh_CN@”+[1!#15]+”;”+”en_US@”+[1!#16]+”;”
note=”zh_CN@”+[1!#17]+”;”+”en_US@”+[1!#18]+”;”
assemblyposition count=[1!#4]
parentvariant=[1!#5]
partnr=[1!#6]
pos=[1!#7]

TO:

partnr=[1!#1]
productgroup=[1!#2]
productsubgroup=[1!#3]
partnr=[1!#4]
productgroup=[1!#5]
productsubgroup=[1!#6]
description1=”zh_CN@”+[1!#7]+”;”+”en_US@”+[1!#8]+”;”
note=”zh_CN@”+[1!#9]+”;”+”en_US@”+[1!#10]+”;”
assemblyposition count=[1!#11]
parentvariant=[1!#12]
partnr=[1!#13]
pos=[1!#14]

Use the function “split” “match” and “replace” of Java script is a good way. If possible to use the function “replace” of Emeditor syntax? If yes, it looks a little simple~~~