Fixed-format places data fields in fixed positions on an input line. For example, in the following fixed-format data the name occupies 10 character positions starting at position 1 and the sex indicator one position, starting at position 11.

12345678901234567890
Geraldine F
Fred      M
Emmylou   F

CSVfix supports reading and writing of fixed-format via the read_fixed and write_fixed commands.

Created with the Personal Edition of HelpNDoc: Free CHM Help documentation generator