Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
How to read csv file header ?? How to read csv file as a text file??
Solved! Go to Solution.
I used loadText service from SystemRepository. And iam able to read header of csvfile in text format.
About "CSV Parser": https://support.ptc.com/help/thingworx_hc/thingworx_8_hc/en/index.html#page/ThingWorx/Help/Extensibility/CSVParser.html
A similar topic - "How to read csv/excel file and get columns data": https://community.ptc.com/t5/ThingWorx-Developers/How-to-read-csv-excel-file-and-get-columns-data/td-p/531633
I used loadText service from SystemRepository. And iam able to read header of csvfile in text format.