Importing excel or csv data to dataset tag practically

Hello,

I know this subject has been discussed before but I could not see a practical solution in those. I need to import 2 columns of data to a dataset tag. Since I am talking about plus 500 rows I am looking for easier way. How this can be done in most practical way?

Thanks

Practical is in the eye of the beholder, but I figure a function would be a good place to start.

One time, or continuously?

just once

I would either manually adjust a CSV file to add the headers our dataset copy/paste format expects:
https://docs.inductiveautomation.com/display/DOC81/system.dataset.fromCSV

Or leave it as a “plain” CSV file and just load and parse it with Python.

1 Like