From 9e3ee6a65342adb3c30ee744c95467e469d17f96 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Wed, 17 Feb 2010 15:00:17 +0000 Subject: =?UTF-8?q?=E2=80=A2=20further=20progress=20for=20'add=20global=20?= =?UTF-8?q?source=20value'=20=E2=80=A2=20remember=20last=20chosen=20field?= =?UTF-8?q?=20alignment=20in=20csv=20field=20mapper=20in=20the=20prefs=20?= =?UTF-8?q?=E2=80=A2=20improved=20'matching=20names'=20algorithm;=20now=20?= =?UTF-8?q?it=20can=20handle=20this:=20csv:=09=09a=20b=20c=20table:=09c=20?= =?UTF-8?q?d=20a=20b=20=E2=86=92=20c=09-=09c=20=09=09d=20a=09-=09a=20b=09-?= =?UTF-8?q?=09b?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/SPConstants.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/SPConstants.h') 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; -- cgit v1.2.3