-
Parsing with fixed length
There is a length error in loading fixed width error kdb 3.3 –
I am trying to load a text file of 17673 records. Each record is of 80 bytes with first 14 alphanumeric and remaining spaces. (here in below record spaces might not be shown correctly,but I did count each all are of 80 size.)
“1117XXABCDEFGH ”
“1221YYABCDEFGH ”
“1337ZZABCDEFGH ”
“1447AAABCDEFGH ”This was working fine , but all of a sudden we have started seeing length error in loading the file using the below syntax. There are no special characters in the file. what could be the reason for seeing this issue?
(“SSSSS”;3 3 2 2 4)0: ` :file1.txt
‘length
Log in to reply.