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
{
"Value": {
"State": "Failed",
"DataSourceSettings": {
Path": "file.dat",
"EndOfLine": "Windows",
"Type": "LoadFile",
"FirstLineContainsColumnNames": true,
"StartLine": 0,
"Encoding": "utf-8"
"ColumnDelimiter": "a",
"QuoteDelimiter": "b",
"NewLineDelimiter": "c",
"MultiValueDelimiter": "d",
"NestedValueDelimiter": "e"
},
"JobLevelErrors": [
{
"LineNumber": -1,
"ErrorDetails": [
{
"ColumnIndex": -1,
"ErrorCode": "S.RD.EXT.0217",
"ErrorMessage": "Cannot read Data Source. Could not open file for reading by RestartableStream.",
"ErrorMessageTemplate": "Cannot read Data Source. Could not open file for reading by RestartableStream.",
"ErrorProperties": {}
}
]
},
"CreatedBy": 777,
"CreatedOn": "2022-10-18T15:09:12.69",
"LastModifiedBy": 777,
"LastModifiedOn": "2022-10-18T15:10:00.497"
},
"IsSuccess": true,
"ErrorMessage": "",
"ErrorCode": "",
"ImportJobID": "00000000-0000-0000-0000-000000000000"
}