mirror of
https://github.com/enso-org/enso.git
synced 2024-11-27 06:32:30 +03:00
e98306f170
- Adds the Excel format as one of the formats supported when creating a data link. - The data link can choose to read the file as a workbook, or read a sheet or range from it as a table, like `Excel_Format`. - Also updated Delimited format dialog to allow customizing the quote style.
16 lines
295 B
Plaintext
16 lines
295 B
Plaintext
{
|
|
"type": "S3",
|
|
"libraryName": "Standard.AWS",
|
|
"uri": "s3://enso-data-samples/examples/folder 2/hello.txt",
|
|
"auth": {
|
|
"type": "aws_auth",
|
|
"subType": "default"
|
|
},
|
|
"format": {
|
|
"type": "format",
|
|
"subType": "delimited",
|
|
"delimiter": " ",
|
|
"headers": "infer"
|
|
}
|
|
}
|