I have a need to create a fixed length flat file with a requirement for different lines to have different lengths, e.g. the Header row is length 100 and the detail row is length 150. The output tool always writes a file with all lines the same length, the longest length.
Does anyone know a way to solve this problem?