CSV file column names
Latest activity Reply by Ali Rasouli
on 25 Oct 2021
I currently have my ThingSpeak log temp, airflow velocity raw and airflow velocity filtered. The column names show as field1, field 2 and field 3. Is there a way for me to change field1 to temperature? Thanks
4 Comments
Time DescendingUnfortunately the CSV title names are fixed as the field number names (not your set names). You can use the read channel info API to get the field labels. Can I help you do whatever you are doing with the CSV file in MATLAB? Then you won't have to export it at all. In MATLAB code, you can use thingSpeakRead to get the data with column names. Then you can analyze it in MATLAB analysis and then plot it in a MATLAB visualization.
Sign in to participate