Parsing Data
Problem
You've imported data from a text file as discussed in Recipe 3.3, but all data on each row is lumped into a single cell. You'd like to separate the data on each row into columns.
Solution
Select the data you'd like to parse. Then select Data
Figure 3-12. Data imported using web query
Discussion
The data shown in Figure 3-7 (in Recipe 3.3) was imported from a text file via drag-and-drop. The problem with this approach is that all the data on each row is lumped into a single cell. This is less of a problem with the import method in Recipe 3.1, because using File
The "Convert Text to Columns" Wizard, accessible via Data
Performing these steps on the data shown in Figure 3-7 yields the parsed data shown in Figure 3-13.
Figure 3-13. Parsed data