Jan-03-2020, 10:34 AM
(This post was last modified: Jan-03-2020, 10:53 AM by cowboykevin05.)
Disclaimer: total python newb here
I have an Excel file with thousands of rows & 10 columns (with header as row 1).
I need each row (excluding header) to be saved as an individual (tab delimited) .txt file.
Column "A" from each row of the excel file needs to be the file name for each .txt file. The remaining columns need to be the (tab delimited) text within each file.
Example (below) of what I have and what I need... I did this manually for 1 row... but I have thousands of rows. Anybody know where I can find python script to execute this? Please and thank you!


Sorry, my first post here... I didn't realize I couldn't add images or edit my post. But I believe my description was clear.
I have an Excel file with thousands of rows & 10 columns (with header as row 1).
I need each row (excluding header) to be saved as an individual (tab delimited) .txt file.
Column "A" from each row of the excel file needs to be the file name for each .txt file. The remaining columns need to be the (tab delimited) text within each file.
Example (below) of what I have and what I need... I did this manually for 1 row... but I have thousands of rows. Anybody know where I can find python script to execute this? Please and thank you!


Sorry, my first post here... I didn't realize I couldn't add images or edit my post. But I believe my description was clear.