aboutsummaryrefslogtreecommitdiffstats
path: root/Resources
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2012-01-06 01:58:16 +0000
committerrowanbeentje <rowan@beent.je>2012-01-06 01:58:16 +0000
commitf50a951609470af0cfb080b3932da899a3880502 (patch)
tree5f16a6532133fbf499838101b8aa0f69e299f826 /Resources
parentef58dcc476f4732f3b3baa32486c8be504bbd242 (diff)
downloadsequelpro-f50a951609470af0cfb080b3932da899a3880502.tar.gz
sequelpro-f50a951609470af0cfb080b3932da899a3880502.tar.bz2
sequelpro-f50a951609470af0cfb080b3932da899a3880502.zip
- Add a new CSV import field escape setting, as a new default, supporting both backslash and double-character escaping. This will mean the vast majroty of CSVs selected for import will be read correctly by default, fixing issues such as Issue #1252
Diffstat (limited to 'Resources')
-rw-r--r--Resources/Plists/PreferenceDefaults.plist2
1 files changed, 1 insertions, 1 deletions
diff --git a/Resources/Plists/PreferenceDefaults.plist b/Resources/Plists/PreferenceDefaults.plist
index 5208bd62..511e095c 100644
--- a/Resources/Plists/PreferenceDefaults.plist
+++ b/Resources/Plists/PreferenceDefaults.plist
@@ -144,7 +144,7 @@
<key>CSVImportFieldEnclosedBy</key>
<string>&quot;</string>
<key>CSVImportFieldEscapeCharacter</key>
- <string>\</string>
+ <string>\ or &quot;</string>
<key>CSVImportFirstLineIsHeader</key>
<true/>
<key>SQLExportUseCompression</key>