08-09-2022 03:20 PM
I have a collection of CSV files saved to my SystemLink server that contain measurement data for various tests. I want to take the data from these CSVs and create test results on the server.
Is there a way to do this in Python without using TDMS/DataFinder? If so, which API would work best for this task?
Thanks in advance fine people.
08-23-2022 06:08 AM
The API (systemlink.clients.nifile.models.upload_response module) should get you the uploaded file to python for further processing.
Refer: https:// <your server address here> /niapis/python/modules/systemlink.clients.nifile.models.upload_response.html?#module-systemlink.clients.nifile.models.upload_response
Thanks,
Ajay
08-23-2022 09:32 AM