move text from one table field to another
Hi,
I am looking for help moving text from one table field to another and have around 80 tables to modify in one document.
The text I want to move has it's own para style which will hopefully help with the script.
Here is an example of what I currently have:
| Column 1 | Column 2 | Column 3 |
|---|---|---|
| empty field | 1234 (with paragraph style 'partno' followed by a return) ABCD (with paragraph style 'desc') | qty |
| empty field | 123456 (with paragraph style 'partno' followed by a return) ABCD (with paragraph style 'desc') | qty |
| empty field | 12345 (with paragraph style 'partno' followed by a return) ABCD (with paragraph style 'desc') | qty |
Here is an example of the finished result I would like to achieve:
| Column 1 | Column 2 | Column 3 |
|---|---|---|
| 1234 | ABCD (description with paragraph style 'desc') | qty |
| 123456 | ABCD (description with paragraph style 'desc') | qty |
| 12345 | ABCD (description with paragraph style 'desc') | qty |
I am just discovering the amazing things that can be done using scripts in indesign and how efficient they make laborious tasks.
Appreciate any help I receive.
thanks
David
