diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-02-18 12:54:38 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-02-18 12:54:38 +0000 |
commit | 1bde8b65c0213bcf0514c69f1b8b70a00971b573 (patch) | |
tree | b4a56556179011242f9309f8df1b21355bf4c11b /Source/TableDump.h | |
parent | 299e8821edf9a1705a556c482a2a0ea4d6f9a0a8 (diff) | |
download | sequelpro-1bde8b65c0213bcf0514c69f1b8b70a00971b573.tar.gz sequelpro-1bde8b65c0213bcf0514c69f1b8b70a00971b573.tar.bz2 sequelpro-1bde8b65c0213bcf0514c69f1b8b70a00971b573.zip |
• CSV Import Field Mapper
- allow to define a list of global variables (incl. a true NULL value)
- such a global variable will be inserted into the mapped table target field for all rows imported
Diffstat (limited to 'Source/TableDump.h')
-rw-r--r-- | Source/TableDump.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; |