Read From Spreadsheet File, Read From Measurement File, Read Text File can all be used. Depending on the format of the data and which function you use, you may or may not need to do a little processing in order to create a waveform data type. For example, with the Read From Measurement File, you can tell that the first column is the time channel but it expects a specific format for time. With the Read From Spreadsheet File, you can read both columns and then calculate the dt for the waveform data type by subtracting the time in row 0 from the time in row 1. Try the functions I mentioned and see what you get. You can also post an actual data file to get some specific help.