I was working on a Business Card design. Wherein I need to add Name, Address, Phone and Email of every person. I had all the data in Microsoft Excel. Then I exported my excel file to XML, and tried loading the XML file from Illustrator's Variables Palate. But I get an error message saying "The incoming variable library in invalid" !
Is there a way I can make my excel file into a valid XML file.
I also came across this link: http://www.spahr.org/pratt/2003/11/001241index.html
but it seems that the script is not download able...
I also have the txt file for the data ready as I was required .. but cant get it to convert to an XML file which Illustrator can understand....
The .zip archive mentioned on
this page contains an AI Javascript named JET_VariablesFTROU (Variables For The Rest Of Us). Instead of monkeying around with XML and Illustrator's complication thereof, the script allows you to just paste your tab-delimited text from Excel into an ordinary text frame on the page. The script then creates Datasets in the Variables palette from that textframe.
The process is described in detail in the PDF which accompanies the notes on the script.
I've tried using your script in cs4 but it leaves out the first "column" of data. I have also tried various text editors to save an xml file but always get "incoming variable library is invalid". Any clues greatly appreciated.