Home › Forums › kdb+ › Parsing with fixed length › Re: Parsing with fixed length
-
The 0: operator cannot handle filler between records. You either have to explicitly include the spaces as a field:
(“SSSSS “;3 3 2 2 4 66)0:`:file1.txt
or find another way to get rid of the spaces.