FastImport
FastImport[filepath, filetype]⟹file
imports the file at filepath of the given filetype using the fastest method available.
Details
- Imports CSV and TSV files by reading directly from the stream which is substantially quicker then the standard Import function.
- For file types that are not CSV or TSV files, FastImport will simply call Import on these files and return the result
-
MissingFile The file `1` could not be found. Verify you've provided the correct path and are connected to the necessary file drive.
Input
Output
General Options