46,177 questions
ren yourfile.csv yourfile.txt You run this command on your terminal. or else create a function in your program which converts csv to text
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have CSV files, each row having a label. However, Azure needs TXT files to label, so I need to convert each row into a separate TXT file. When I tried to use Python, it kept returning a unicode decode error. I tried searching the web for solutions, but nothing seems to work.
ren yourfile.csv yourfile.txt You run this command on your terminal. or else create a function in your program which converts csv to text