Unicode Data File Error
Posted: March 17th, 2014, 12:37 am
Hello,
I am wondering if anybody has come across problems with missing data because of unicode and write delay for large data files?
Here is an example
The above is a section of a data file. It gets corrupted after a write delay or for some unknown reason. The only way is to fix it is to open the data file in a CSPro entry then change a data item value before the corruption then that will solve the problem.
The other way is to manually replace the corrupted lines with the originals.
My suggestion is that you if you are only dealing with ascii characters in your data file then keep the data files in ASCII.
I am wondering if anybody has come across problems with missing data because of unicode and write delay for large data files?
Here is an example
Code: Select all
(Corrupted)
D06384 2 1WED21AUG1351START-Stock 2BANANA FRESH 1HEN " 3.0K 2.00 $ " ? $
D06384*** 1WED21AUG1251STAVT-Stock0 0 03DRY OCONUU ! ? $$` 0DRY "3FRT3.1K 1.50"?
D06384 4 1WED21AUG1351START-Suoc{ ( `? ! 4COOKED KUMARA ` ? 0 0 "? COOKED"1PLATE 5.00 ?
D06384 5 1VED21AUG1351START-Stock 5TARO $ 0 ( 0 0 `( ` FBESH 5FRTS 0( 3.0K**********
(Original)
D06384 1 1WED21AUG1351START-Stock 1KUMARA FRESH 5.0K 5.00
D06384 2 1WED21AUG1351START-Stock 2BANANA FRESH 3.0K 2.00
D06384 3 1WED21AUG1351START-Stock 3DRY COCONUT DRY 2.1K 1.50
D06384 4 1WED21AUG1351START-Stock 4COOKED KUMARA COOKED 1 PLATE 5.00
D06384 5 1WED21AUG1351START-Stock 5TARO FRESH 5 FRTS 5.00
The other way is to manually replace the corrupted lines with the originals.
My suggestion is that you if you are only dealing with ascii characters in your data file then keep the data files in ASCII.