Hi,
Pls ignore this reply if you have recieved the attached file in my earlier reply correctly. Also ignore "|" & "||" character as I have used this character as Seperator for better understanding.
a) Date Date Type ( like 16/02/2013) in unknown format :
_________________________________________________________
Date Ascii Values
<------------------------------------------->
|| üíÉÌB|, 32, 32,252, 2,237,201,204, 66||
|| X)òÉÌB|, 32, 32, 88, 41,242,201,204, 66||
|| ´O÷ÉÌB|, 32, 32,180, 79,247,201,204, 66||
|| ââùÉÌB|, 32, 32,226,226,249,201,204, 66||
|| vüÉÌB|, 32, 32, 16,118,252,201,204, 66||
|| lœÊÌB|, 32, 32,108,156, 1,202,204, 66||
|| ®¢Ê |, 32, 32,174,162, 19,202, 0, 0||
Note : Column Heading "Date" represent the date as actual data in file
and Column "Ascii Values" represent its corresponding Ascii Value
each Charaterwise.
b) Numeric Data Type : ( Integer and Float (Including Decimal Value like 123.515 ) ) in unknown format :
Int Ascii Values |
<------------------- >
| |, 1, 32, 32, 32|
| |, 1, 1, 32, 32|
| |, 32, 1, 1, 32|
| |, 32, 32, 1, 1|
|B |, 66, 32, 32, 1|
|^@ |, 94, 64, 32, 32|
|¦? |, 1,166, 63, 32|
|? |, 63, 1, 32, 32|
|@ |, 8, 64, 1, 32|
| @|, 32, 8, 64, 1|
|$@ |, 36, 64, 1, 32|
Float Ascii Values
<----------------------------------------->
|ü©ñÒMbP?|,252,169,241,210, 77, 98, 80, 63|
|ü©ñÒMbP|, 1,252,169,241,210, 77, 98, 80|
| ü©ñÒMb|, 32, 1,252,169,241,210, 77, 98|
| ü©ñÒM|, 32, 32, 1,252,169,241,210, 77|
| ü©ñÒ|, 32, 32, 32, 1,252,169,241,210|
| ü©ñ|, 32, 32, 32, 32, 1,252,169,241|
| Ûù|, 32, 32, 32, 32, 32, 1,219,249|
| @|, 32, 32, 32, 32, 32, 32, 8, 64|
| &|, 1, 32, 32, 32, 32, 32, 32, 38|
|? |, 63, 1, 32, 32, 32, 32, 32, 32|
|P? |, 80, 63, 1, 32, 32, 32, 32, 32|
|bP? |, 98, 80, 63, 1, 32, 32, 32, 32|
|MbP? |, 77, 98, 80, 63, 1, 32, 32, 32|
|j¼t“? |,106,188,116,147, 63, 1, 32, 32|
Note : Column Heading "INT" and "Float" represent the actual data in file and Column "Ascii Values" represent its corresponding Ascii Value each Charaterwise.
Regards and Thanks in Advance.
Rajesh Parmar