05-09-2018 07:43 PM
Sorry, I won't be near a computer for a while, but binary files have no concept of "rows".
05-09-2018 08:44 PM
Your file is mostly XML with some fields containing binary data. I doubt that the binary data sections are "flat". They seem structured into binary sections interspersed with printable words. You probably need the documentation on the file format before proceeding.
05-09-2018 10:01 PM
Altenbach,
i will try to gather this information from the developers of the sw tool.
You had mentioned that only certain fields are binary.. could you share which part is xml and which is binary?
how did you arrive to this conclusion?
I only need about 10 columns of data out of the file.
Again thanks again for taking the time and looking into this.
kind regards,
05-09-2018 11:47 PM
Just look at it in a text editor, e.g. notepad++.
05-10-2018 07:23 AM
@El_TipoI only need about 10 columns of data out of the file.
Just wanted to point out that this is the wrong way to go about it. It is going to be much faster for you to bring the entire thing into LabVIEW and then eliminate what you don't need. I agree that the data is in XML (a format commonly used to flatten data into strings) LabVIEW has a few functions that are designed for XML.