Import

WMA link


Import["file"]

imports data from a file.

Import["file“, ”fmt"]

imports file assuming the specified file format.

Import["file", elements]

imports the specified elements from a file.

Import["file", {"fmt", elements}]

imports the specified elements from a file assuming the specified file format.

Import["http://url", ...] and Import["ftp://url", ...]

imports from a URL.

FileFormat
$ImportFormats