Accessing Data Functions
Functions for connecting to and reading from data sources.
- Csv.DocumentParses CSV text into a table.
- Excel.WorkbookReturns the contents of an Excel workbook as a navigation table.
- File.ContentsReturns the contents of a file as binary.
- Json.DocumentParses JSON text into M values (records, lists, text, numbers, logicals, or null).
- Web.ContentsDownloads content from a URL as binary.
- Xml.DocumentParses XML content into a nested table structure.