FSImporter


Inherits From:
NSObject
Declared In:
FSImporter.h


Class Description

No class description.


Instance Variables

IBOutlet NSBox *accessory;
IBOutlet NSPopUpButton *separator;
IBOutlet NSButton *readHeaders;

accessoryNo description.
separatorNo description.
readHeadersNo description.


Method Types

+ sharedImporter
- importTableFromCSV:
- accessoryView


Class Methods

sharedImporter

+ (FSImporter*)sharedImporter

No method description.


Instance Methods

accessoryView

- (NSView*)accessoryView

No method description.


importTableFromCSV:

- (FSTable*)importTableFromCSV:(NSString*)csvString

Reads in CSV data and creates a table from it. It is assumed that the first line contains column names which will be written into a category named Columns. Another category named Rows is created with number identifiers.


Version 1.1 Copyright ©2002 by Stefan Leuker. All Rights Reserved.