GAT Posted July 3, 2018 Share Posted July 3, 2018 Hi can I upload a .csv file? If so, how can I load it? Quote Link to comment Share on other sites More sharing options...
AzeoTech Posted July 5, 2018 Share Posted July 5, 2018 Upload where? Do you mean load it into DAQFactory memory for display? Or upload it to a webserver? Or something else? Quote Link to comment Share on other sites More sharing options...
GAT Posted July 7, 2018 Author Share Posted July 7, 2018 Load it into DAQFactory memory for display Quote Link to comment Share on other sites More sharing options...
AzeoTech Posted July 16, 2018 Share Posted July 16, 2018 You should use the File. functions, specifically File.Open() to open the file, File.ReadDelim() to read the file into memory, and File.Close() to then close the file after reading. Once it is in memory you can do anything with it. ReadDelim() should read the file in one step into a multidimensional array. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.