I have a txt file in this format:
111,5.67,2,4,566666,666667
111,5.67,2,4,566666,666667
111,5.67,2,4,566666,666667
111,5.67,2,4,566666,666667
Is there any way so i can open the file and at the end of each line binarynumber to become:
111,5.67,2,4,566666,666667,111000,111000
111,5.67,2,4,566666,666667,111000,111000
111,5.67,2,4,566666,666667,111000,111000
111,5.67,2,4,566666,666667,111000,111000