<div dir="ltr">So I have an import routine that imports a csv of some parsed XML<div>It's pretty detailed and I use a ton of variables </div><div>My question is, let's suppose I have a field that has over a 100 fields within it, separated by a ^</div><div><br></div><div>For example, if I'm importing a huge list of amounts, the field I need to breakdown can have 100 or more that are</div><div><br></div><div>100.00^21.20^50.00^62.50^33.12..........etc</div><div><br></div><div>Is there an easier way than using strtok to parse large fields like this?</div><div><br></div><div>I originally didn't think there would ever be more than 40, but some of my brilliant clients who don't always know what they're doing in our integrated partner's software, have sometimes managed to have 100 or more - so trying to see if there is a better/simpler way to do this</div><div><br></div><div>Otherwise, I'm going to spit it off into its own file and create a lookup screen on the records - which I can do, but didn't really want to go that route if not necessary</div><div><br></div><div>I currently parse the incoming XML with xsltproc and create a csv file and that all works well - I'm trying to come up with possibly a better way to get that into my fp databases</div><div><br></div><div>thanks for any input</div><div><br></div><div>Scott</div><div>PDM</div></div>