SQL Database -- 2
Budget: $25 – $50 USD
I have some TDMS files and a Pythin code that transfers this TDMS files into SQL database. The main issue is that there is a traceback error that doesnt transfer all the sections into sql. I need an expert sql that can help me fix this code asap.
Traceback (most recent call last):
File "q:\Pavement Systems\Research\Concrete Test Road\Data Architecture\ETL\TDMSTransfer.py", line 86, in <module>
dfscaled = tdmsfile.__getitem__("Data (Scaled)").as_dataframe() #read scaled data to a dataframe
File "C:\Users\knfciab\Anaconda3\lib\site-packages\nptdms\tdms.py", line 228, in __getitem__
raise KeyError("There is no group named '%s' in the TDMS file" % group_name)
KeyError: "There is no group named 'Data (Scaled)' in the TDMS file"
Traceback (most recent call last):
File "q:\Pavement Systems\Research\Concrete Test Road\Data Architecture\ETL\TDMSTransfer.py", line 86, in <module>
dfscaled = tdmsfile.__getitem__("Data (Scaled)").as_dataframe() #read scaled data to a dataframe
File "C:\Users\knfciab\Anaconda3\lib\site-packages\nptdms\tdms.py", line 228, in __getitem__
raise KeyError("There is no group named '%s' in the TDMS file" % group_name)
KeyError: "There is no group named 'Data (Scaled)' in the TDMS file"