2
Reading and Saving Data
Read Multiple Files in a Directory
Introduction
Discovering the stories hidden in your data begins with getting the data. Fortunately, JSL provides multiple methods to read data from many different sources. Common data sources include:
- databases and files created by database query tools
- JMP, SAS, Excel, and simple text files often in .csv or .txt formats
- files generated by equipment or measurement tools
The last source can be simple text files, but some are not so simple. For example, files written in XML format are widespread, and parsing them ...