I have different records having different columns how can i read them in formatted reading.
Example
1 2 3 4 (4 columns)
1 23 5 (3 columns)
2 36 58 78 52 (5 columns)
I defined the column based on the max column but the read statement reads 0 for unavilable value
Example
1 2 3 4 (4 columns)
1 23 5 (3 columns)
2 36 58 78 52 (5 columns)
I defined the column based on the max column but the read statement reads 0 for unavilable value