cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
JMP is taking Discovery online, April 16 and 18. Register today and join us for interactive sessions featuring popular presentation topics, networking, and discussions with the experts.
Choose Language Hide Translation Bar
iTunes library xml parser
Jon_Weisz
Staff

This script parses the iTunes XML library file to create an analysis ready JMP table.  This is useful if you want to visualize your iTunes library with play counts.  Or, use this as an example of parsing XML into a JMP table for more general use.

Please note that you may have to edit the second line of the JSL to set an appropriate path to the iTunes library file on your machine.

iTunespath = "~/Music/iTunes/iTunes Library.xml"; <--- Please review or edit

7182_Treemap.png