Data Logger File Format

 

 

Both single column and multiple column data logger files can be read by Infinite Extent. In most cases, header information does not need to be removed before loading.

 

 

Single Column File Format

 

In single column format, data is in a single column of alternating time and drawdown, as shown below.

 

 0.00

 0.00

 0.01

 0.12

 0.02

 0.14

 0.03

 0.16

 0.04

 0.17

 

 

Multiple Column File Format

 

Multiple column data logger files can be read by Infinite Extent. The data should be in columns separated by either spaces or tabs. Each individual column can be independently assigned to time or drawdown. Infinite Extent can not read beyond twenty columns of data.

 

Here is an example of a six column data logger file. Time is in the first column and drawdown in the remaining five columns. Infinite Extent will correctly read the file even without removing the header.

 

 0.00 0.00 0.00 0.00 0.00 0.00

 0.01 1.12 0.98 0.68 0.45 0.03 

 0.02 1.26 1.20 0.75 0.52 0.05

 0.03 1.35 1.28 0.82 0.55 0.10

 0.04 1.42 1.35 0.84 0.58 0.10

 

Other data logger include columns for data such as temperature, or clock time.