Import a File
Import images, sounds, 3D models, spreadsheets, tabular data, molecular data... just about any common file format.
Extracting Only Desired Elements...
Find out what elements are available in a file
Specify "Elements" to get a list of the elements available for import from a file:

Out[4]=4

Import a single element
Specify the name of an element to import just that element:

Out[5]=5

Import multiple elements
Import multiple elements by putting them in a doubly nested list:

Out[6]=6

Notes
Import supports all of the formats returned by $ImportFormats:
In[7]:=7

✖
Import will import from URLs:
In[8]:=8

✖
Out[8]=8
