enso/test/AWS_Tests/data/format-delimited.datalink
Radosław Waśko e98306f170
Excel DataLink (#9346)
- 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.
2024-03-11 16:12:12 +00:00

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"
}
}