How can I take this input CSV file:
0,11,23,45,6,78,109,10
and return only the substring of each line after the first occurrence of "," so that I get using Java code:
1246,71010
Thank you!
Aucun commentaire:
Enregistrer un commentaire