I am trying to convert one Excel to CSV with Apache Nifi. When the first row has less cell values with information than the other rows of the document (for example, the first row has 5 cells, the 2th -> 8 cells, the 5 -> 7 cells), the parsing of the document only takes into account the number of cells of the first row (5). So I am losing information (in the example case, the 2th row would lose 3 cell values and the 5th, 2).
Another visual example:
The configuration of my process looks like:
Can anyone tell me how to solve the problem?

