Script to update Frame table field from XML file
Hi,
New to Extendscript but not to programming.
I have a large Frame doc with hundreds of parts tables, all with the same format. I want to update a PARTNUMBER2 field in these tables based on a PARTNUMBER1 field. The data is coming from an XML file.
This is what I want to do in pseudocode:
For each PARTNUMBER1 in the XML file:
Find each occurrence of PARTNUMBER1 in each Frame table;
Update the corresponding PARTNUMBER2 with the data from the XML file.
Can anyone point me to an example that I might be able to figure out how to modify to suit my needs?
Thanks!
