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?
Asked
Active
Viewed 204 times
1 Answers
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.
If you have access to MATLAB, then the easiest way would be using a simple function in MATLAB : adtffilereader
Alternatively, there are these tools that help in extracting data out of a dat file.

LA_
- 51
- 1
-
Hi LA_ thanks for the reply. I was using the examples to read the adtfdat file, but it reads only the header info. I would like to see the data written in the file. The matlab functions are not available to free users. Is ADTF DAT Tool GUI available for evaluation? – SS7117 Mar 14 '22 at 06:47
-
1ADTF DAT Tools are part of ADTF File Library. So, they are already available as explained here : https://support.digitalwerk.net/adtf/v3/guides/tutorial_dat_tool_processor.html . You can always use a trial version of MATLAB if you want something quick. I think there is MATLAB Online as well, if you dont want to install anything – LA_ Mar 14 '22 at 17:21