05-19-2016 04:00 AM
Hello to everyone! / Hola a todos
I have a question regardin the process of exporting TDM to csv... some of my channels have no values and in the moment of exporting the no values I get an empty "cell" is there any way that instead of empty I can add the NaN or the No Values in the moment of exporting??? I am using the command DataFileSave --> Call DataFileSave(FileNamePath, "CSV")
Tengo una pregunta relacionada con el proceso de exportar un TDM a csv... Aalgunos de mis canales tienen "NO VALUES" y en el momento de exportar estas posiciones me generan "celdas" vacias. Existe alguna manera de colocar Nan o No Value al momento de exportar el fichero? Estoy utilizando el comando DataFileSave --> Call DataFileSave(FileNamePath, "CSV")
Thank to everyone for your help
Gracias a todos por su ayuda
Solved! Go to Solution.
05-19-2016 07:05 AM
There is no way to influence the epresentation of a NOVALUE while exporting to CSV it will always be en empty cell.
The only way around this is to use the Excel Addin to load the tdm/tdms file directly.
This will create "#NV" in Excel.
Sorry
Andreas