LUEBBKEVIN
Programmer
I'm working on a project to create a file that will be sent to a client (via ftp I suppose).
The output specs I have state that each record can only be a max of 80 char. However the number of required fields easily exceeds 300 char. Each instance may or may not contain data for each field (and they don't want the field if there is no data). Each record will be prefixed with a hex AA so that the client can find the beginning of each new record.
How can I create the output? The hex thing is not a big deal but the variable length output???
The output specs I have state that each record can only be a max of 80 char. However the number of required fields easily exceeds 300 char. Each instance may or may not contain data for each field (and they don't want the field if there is no data). Each record will be prefixed with a hex AA so that the client can find the beginning of each new record.
How can I create the output? The hex thing is not a big deal but the variable length output???