Hi all!
I have the following problem:
I need to read ASCII files with lots of sensor data. There are 102 float values per line. Each line ends up with a CR LF (\r\n). The one who created the data files decided to use a TAB (\t) as delimiter and a comma as decimal separator.
Is there a way to read this files into an array?
Best regards,
Thomas