I have a csv file with 5 numbers in each line.
a line in csv:- 10003478,12228,7711479,15013889,3070120,5834262
I need to convert this string into something like this
expected:- 10003478,2/28/12228,4/79/7711479,8/89/15013889,1/20/3070120,2/62/5834262
In the expected output, the numbers around '/' are the last three digits of each number.
Eg: 12228 - last three digits are 228 which are separated like that and made into 2/28/12228