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/TableDump.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/TableDump.h') diff --git a/Source/TableDump.h b/Source/TableDump.h index 8054bf06..9475649b 100644 --- a/Source/TableDump.h +++ b/Source/TableDump.h @@ -105,11 +105,13 @@ typedef enum _SPExportModes { BOOL fieldMappingImportArrayIsPreview; NSArray *fieldMappingTableColumnNames; NSArray *fieldMappingArray; + NSArray *fieldMappingGlobalValueArray; NSArray *fieldMapperOperator; NSString *selectedTableTarget; NSString *selectedImportMethod; NSString *lastFilename; NSInteger fieldMapperSheetStatus; + BOOL fieldMappingArrayHasGlobalVariables; NSUInteger exportMode; NSUserDefaults *prefs; -- cgit v1.2.3