06-11-2017 11:38 PM - edited 06-11-2017 11:40 PM
We are university students trying to manually convert .csv files to .tdms files using python for our mini project. Does anyone has any information regarding the code required to perform this function.
06-12-2017 03:06 AM - edited 06-12-2017 03:08 AM
First of all, you posted in the wrong forum board. This board is dedicated to general questions/requests about the NI webpages and how the forum works, etc...
Secondly, your question should be raised in a Python forum, do not you think? Since you want to use Python and not LabVIEW to make the conversion. Why do not use simply LabVIEW to convert csv files to TDMS files? Just straightforward and easy!
Anyway, if you must use Python for this conversion, you should check out these websites:
https://github.com/adamreeve/npTDMS
http://nptdms.readthedocs.io/en/latest/
And here about how TDMS files structured, plus ideas about plugin usage: