From 1bde8b65c0213bcf0514c69f1b8b70a00971b573 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Thu, 18 Feb 2010 12:54:38 +0000 Subject: =?UTF-8?q?=E2=80=A2=20CSV=20Import=20Field=20Mapper=20-=20allow?= =?UTF-8?q?=20to=20define=20a=20list=20of=20global=20variables=20(incl.=20?= =?UTF-8?q?a=20true=20NULL=20value)=20-=20such=20a=20global=20variable=20w?= =?UTF-8?q?ill=20be=20inserted=20into=20the=20mapped=20table=20target=20fi?= =?UTF-8?q?eld=20for=20all=20rows=20imported?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/SPFieldMapperController.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Source/SPFieldMapperController.h') diff --git a/Source/SPFieldMapperController.h b/Source/SPFieldMapperController.h index 5f55abe4..7632e179 100644 --- a/Source/SPFieldMapperController.h +++ b/Source/SPFieldMapperController.h @@ -43,6 +43,7 @@ IBOutlet id globalValuesSheet; IBOutlet NSButton *addGlobalValueButton; IBOutlet NSButton *removeGlobalValueButton; + IBOutlet NSButton *insertNULLValueButton; id theDelegate; id fieldMappingImportArray; @@ -89,6 +90,7 @@ - (NSString*)selectedImportMethod; - (NSArray*)fieldMappingArray; - (NSArray*)fieldMappingTableColumnNames; +- (NSArray*)fieldMappingGlobalValueArray; - (BOOL)importFieldNamesHeader; // IBAction methods @@ -103,6 +105,7 @@ - (IBAction)addGlobalValue:(id)sender; - (IBAction)removeGlobalValue:(id)sender; +- (IBAction)insertNULLValue:(id)sender; - (IBAction)closeGlobalValuesSheet:(id)sender; // Others -- cgit v1.2.3