Wolfram Computation Meets Knowledge

Wolfram Language & System Documentation Center Wolfram Language Home Page »

Import   

Listing of Formats »

Import[source]

imports data from source, returning a Wolfram Language representation of it.

Import[source,"fmt"]

takes the file to be in the specified format "fmt".

Import[source,elements]

imports the specified elements from a file.

Import[source,…,options]

uses the specified options.

Details

Examples

open allclose all

Basic Examples  (3)

Import a "GIF" file:

Find what elements are available to import:

Import a specific element of the file:

Scope  (3)

Import the complete array of data:

Extract information for one part of the array:

Extract multiple elements:

Import from a URL:

Generalizations & Extensions  (2)

Local objects can be used with Export and Import to store data persistently:

Cloud objects can be used with Export and Import to store data persistently:

Options  (2)

"Password"  (1)

Specify the password that should be sent to the server:

"Username"  (1)

Specify the username that should be sent to the server:

Wolfram Research (1999), Import, Wolfram Language function, https://reference.wolfram.com/language/ref/Import.html (updated 2020).

Text

Wolfram Research (1999), Import, Wolfram Language function, https://reference.wolfram.com/language/ref/Import.html (updated 2020).

CMS

Wolfram Language. 1999. "Import." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2020. https://reference.wolfram.com/language/ref/Import.html.

APA

Wolfram Language. (1999). Import. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Import.html

BibTeX

@misc{reference.wolfram_2024_import, author="Wolfram Research", title="{Import}", year="2020", howpublished="\url{https://reference.wolfram.com/language/ref/Import.html}", note=[Accessed: 18-May-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_import, organization={Wolfram Research}, title={Import}, year={2020}, url={https://reference.wolfram.com/language/ref/Import.html}, note=[Accessed: 18-May-2024 ]}

Top