Forum: XML Manager, Topic: looping through a field with multiple values (xml2csv) http://www.ricebridge.com/feeds/forums/xmlman/10.rss Copyright (c) 2004 Ricebridge Topic Posts Mon Apr 28 09:17:42 UTC 2008 Mark Jones: Hi, I have managed to http://local.ricebridge.com/forum/topic.htm?f=xmlman&t=10&s=all#post25 Hi, I have managed to use ricebrdge to convert a large xml file into a csv file. It pulls out all of the fields i have specified. Can someone suggest how I can loop through individual fields within a record. For example, a record has an <author> field that repeats if there are more than one. <author> In Aasten, G </author> <author> Yaale Z </author> The conversion I ran with the code below only writes out one author. String[] fieldpaths = new String[] { "author", Any help or suggested documentation would be greatly apprecited. Many thanks Mark Mon, 28 Apr 2008 09:17:42 UTC