There are some opportunities that NIC does not save the files properly due to a bug regarding markers and disconnections.
These files will have a "corrupted" message, either on the file, on the header or from T minutes and seconds on.
This error means that there are contiguous values in the makers column that are different from zero, example:
Makers column .easy file with no error:
0 0 0 0 1 0 0 0 0 1 0 0 0 0 2 0 0 0 0 ...
Markers column .easy file with error:
0 0 0 0 1 1 1 1 0 0 0 0 0 2 0 0 0...
This error will give the previously mentioned error and will make it hard for customer to visualize data.
We can offer a non-official solution that does not guarantee that the markers in the affected timestamps are where they should be.
This solution is running a script that erases the contiguous markers that differ from zero, leaving only the first one, while the other are turned to zero.
The procedure is to ask the customer to share the .easy files - as there is no script to clean .nedf files yet- and run the program in https://drive.google.com/drive/folders/1_ve--2tlEt4FuRC3YNz0_qcI_O34wkua
The input to the script is the corrupted .easy file and the output is a "clean_..." file, that should be renamed to the original name so it recognizes the .info file when the customer opens it.