SS7117
SS7117

Reputation: 53

Writing and reading ADTF3 Files

I am using ADTF Libraries to write a structure data. I need to verify whether the data is being written properly. How can i do this?

Upvotes: -1

Views: 347

Answers (1)

LA_
LA_

Reputation: 51

  1. I am assuming you are writing structured data to a .dat/.adtfdat file. In that case, you can always convert a .dat/.adtfdat file into a csv to verify. See examples on how to do so.

  2. If you have access to MATLAB, then the easiest way would be using a simple function in MATLAB : adtffilereader

  3. Alternatively, there are these tools that help in extracting data out of a dat file.

Upvotes: 1

Related Questions