Our Code Frameworks
SCCSVParser.framework (Download SCCSVParser.framework 1.1 and CSV Viewer 1.1)
SCCSVParser.framework is a Cocoa framework used to read CSV (Comma Separated Values) data files into high-level Objective-C objects. The parser uses a user-provided factory to create the data fields and assemble the records in the file so it lends itself easily to versatile embedding.
A simple CSV Viewer application is also included to demonstrate how to use some of the build-in factories (the framework provides one for building the CSV into an array of NSDictionary objects and another builds the CSV into an NSXMLDocument).
|