bobby_pecheur2 3 months | flag | on: Extended lines Index

Quick reminder that U.Ngoes starts at 1 and goes up to N.
U.N is in [1..N]

bobby_pecheur2 3 months | flag | on: Difference with extend.range

If you have nothing to split on (the cell is empty) then the line is dropped. If you have a content but no occurence of the separator, the line is kept (= splitted over 1 line).

Using the split option at the read stage, on lines where the splitted column is empty will drop the line altogether. This behaviour is different from the extend.split which keeps lines even when the split content is empty.

bobby_pecheur2 3 months | flag | on: Difference with extend.range

That is not true if you split at the read stage. In that case, the line is dropped if you have nothing to split on.