CSV File Structure

A Comma Separated Values (CSV) file stores tabular data in plain text.

The table above creates a CSV. It will look like this when opened in Notepad.

,ND1##length##inches,ND2##length##inches,ND3##length##inches,SED##length##inches

1.5,1.5,-1,-1,1.915

2x1.5x1.5,2,1.5,1.5,2.39

2x1.5x2,2,1.5,2,2.39

2x2x1.5,2,2,1.5,2.39

3x3x1.5,3,3,1.5,3.52

3x3x2,3,3,2,3.52

4x4x1.5,4,4,1.5,4.52

4x4x2,4,4,2,4.52

4x4x3,4,4,3,4.52

6x6x4,6,6,4,6.647