I'm trying to insert the values pragmatically in Java into CSV like below format.
22:33
33:40
40:40
2:30
i want the inserted text to remain as it is, however its simply converting to hh:mm:ss format. As shown below
22:33
33:40:00
40:40:00
2:30
But, i'm not getting the way to keep the inserted text as it is, in the form of text