-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.txt
47 lines (37 loc) · 1.63 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
README
------
Data Basin
Data Access Tool for Salesforce
API implementation is inside DataBasinKit
Current Version: 1.1 S
----------------------
NEWS
- improved interface with ComboBoxes and preferences to filter out more system objects
- remember last succesful login username
- getUpdated / getDeleted
- Undelete
- Improved support for sub-objects and lists and unpacking (from DataBasinKit)
- support for enabling Assignment Rules in create/update
Older news:
- multi-threading: concurrent operations with interrupt
- down batch size
- handle multiple errors in update or create
- filter line-breaks when writing CSV
- Query gets parsed and this allows to write fields in Query Order
- Query parsing allows for fields to be empty and still preserve the correct number of columns in the CSV file
- Download batch size settable
- CVS qualifier and separator settable in both reading and writing
- Support LIMIT clause in Select Identify
- Improved Exception catching and display for Select Identify
- Object Inspector supports selection of items
- Support count and aggregate queries
- Select Identify works with multiple columns (all in AND as condition)
- Support "." as Semi-Join
- Query Identify: run a select on each item in the list, the single column provided in the file will be used as identifier and it must point to an Id or a unique identifier
- improved exception trapping and display
- support for reading quoted CSV files
LIMITATIONS
- CVS Reading and Writing does not support full quoting properly (but it improved vastly in 0.5)
- no field matching: create column names must match exactly salesforce field names
MISSING FEATURES
- Upsert