I have an excel sheet with the following data. i need to convert each row to individual text file based on the number of rows.
After conversion the 1st text file will look like the below:-
First: 1
Second: 2
Third: 3
Fourth: 4
The 2nd text file will look like this below:-
First: 5
Second: 6
Third: 7
Fourth: 8
There are 2 text files as there are only 2 rows in this example but the row and column can grow unlimited. Also after creating each text file the system will need to add a additional column at the end of the column to indicate it “completed” so that in the next round the system will not read those with the “complete” Status.
could some gurus please help as i am stuck. what i am getting now is the below which is not the correct format:-
I tried attaching all the screen shot but i got an error message that says “new users an only attached 1 image”
Thank you and the output work fantastic. just on last item, based on the code below where to i put in the .txt so i can then open the file using notepad?
Currently the file are generated as per below where there is no .txt extension.