Read CSV starting on a different row
Hello,
I'm using the Read CSV Snippet to read a csv file from my repository but this file has some lines at the beginning before starting with the information I want to show as infotable.
Is there any way to skip those likes without modifying the csv?
The csv file looks like this:
# Solar panel simulation inputs 2 of 2
# P9 - T_ambient, P27 - WB_Voc, P26 - Isc, P13 - WB_Panel_fill_factor
Name,P9,P27,P26,P13
1,20,6.1,0.00018,0.6
I want to show the infotable with the info starting on Name,P9… but since the file probably will change from time to time I don’t want to change the format or the content.
Any help would be appreciated.
Thanks
Felix

