1{
2 "fileFormat": {
3 "charsetName": "UTF-8",
4 "fieldsDelimitedBy": ",",
5 "fieldsEnclosedBy": "\"",
6 "fieldsEscapedBy":""
7 "linesTerminatedBy":"\r\n"
8 "numberOfLinesToIgnore": 1
9 },
10 "objects": [
11 {
12 "connector": "AcmeCSVConnector",
13 "description": "",
14 "fullyQualifiedName": "SalesData",
15 "label": "Sales Data",
16 "name": "SalesData",
17 "fields": [
18 {
19 "description": "",
20 "fullyQualifiedName": "SalesData.Name",
21 "label": "Account Name",
22 "name": "Name",
23 "isSystemField": false,
24 "isUniqueId": false,
25 "isMultiValue": false,
26 "type": "Text"
27 },
28 {
29 "description": "",
30 "fullyQualifiedName": "SalesData.Amount",
31 "label": "Opportunity Amount",
32 "name": "Amount",
33 "isSystemField": false,
34 "defaultValue": "0",
35 "isUniqueId": false,
36 "type": "Numeric",
37 "precision": 10,
38 "scale": 2,
39 },
40 {
41 "description": "",
42 "fullyQualifiedName": "SalesData.CloseDate",
43 "label": "Opportunity Close Date",
44 "name": "CloseDate",
45 "isSystemField": false,
46 "isUniqueId": false,
47 "type": "Date",
48 "format": "MM/dd/yyyy",
49 "fiscalMonthOffset": 0
50 }
51 ]
52 }
53 ]
54}