04-24-2014 01:29 PM - edited 04-24-2014 01:30 PM
Here's how the modification should look like (left). Alternatively, you could also read all lines directly (right-click the file read and select "read lines" and wire a -1 to the count terminal) (right).

04-24-2014 01:33 PM
I did do that initially but got the same error so i tried something different.
Iv'e attached the original files.
04-24-2014 01:38 PM
Well, these files have a completely different data structure and contain significantly more data per line.. You need to adjust the scanning operation dramatically.
04-24-2014 03:09 PM
Is it just the format string that needs adjusting or will other parts need to be changed?
Thanks
04-24-2014 03:40 PM
My FOR loops process one line at a time. Your lines are 10x longer and much more complicated. You need to adjust the scan format to get the right data. Use my draft as a template.
04-24-2014 05:19 PM
It says I have used too many format specifiers, do I need to wire more default value terminals to account for this?
04-24-2014 05:28 PM - edited 04-24-2014 05:33 PM
Nevermind its working now.
What is the input parameter for # ?
04-24-2014 05:38 PM
Patel33 wrote:What is the input parameter for # ?
You probably need to be more specific that that. 😉
04-24-2014 05:41 PM
Well one of the spreadsheet cells contain ###, so I need to specify this in the string function.
04-24-2014 05:55 PM
Are you sure the width of the cell is large enough to hold the value. Excel will fill it in with # signs if the cell is too small.