aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConstants.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-02-17 15:00:17 +0000
committerBibiko <bibiko@eva.mpg.de>2010-02-17 15:00:17 +0000
commit9e3ee6a65342adb3c30ee744c95467e469d17f96 (patch)
tree7f171bcf2a86a8e79b78593dffe4d5441f9a8d3d /Source/SPConstants.h
parentdc01911fd5987bb4a3213b2c6637326d9dd8c94d (diff)
downloadsequelpro-9e3ee6a65342adb3c30ee744c95467e469d17f96.tar.gz
sequelpro-9e3ee6a65342adb3c30ee744c95467e469d17f96.tar.bz2
sequelpro-9e3ee6a65342adb3c30ee744c95467e469d17f96.zip
• further progress for 'add global source value'
• remember last chosen field alignment in csv field mapper in the prefs • improved 'matching names' algorithm; now it can handle this: csv: a b c table: c d a b → c - c d a - a b - b
Diffstat (limited to 'Source/SPConstants.h')
-rw-r--r--Source/SPConstants.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPConstants.h b/Source/SPConstants.h
index 86753569..db38835d 100644
--- a/Source/SPConstants.h
+++ b/Source/SPConstants.h
@@ -152,6 +152,7 @@ extern NSString *SPCSVImportLineTerminator;
extern NSString *SPCSVImportFieldEnclosedBy;
extern NSString *SPCSVImportFieldEscapeCharacter;
extern NSString *SPCSVImportFirstLineIsHeader;
+extern NSString *SPCSVFieldImportMappingAlignment;
// Misc
extern NSString *SPContentFilters;