Click here to Skip to main content
15,892,674 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi guys,

Im currently working on a project. I have a large .csv file and I would like to convert it to .txt file using an algorithm.

If someone have an algorithm or maybe a link to help me it would be very appreciated!

Thanks!

What I have tried:

I did several search and i found a lot of .csv to xml but nothing to much about .csv to .txt
Posted
Updated 26-Sep-16 19:56pm

easy Solution:
Just replace the extension to .txt.
Rename or copy MyFile.csv to MyFile.txt and you are done.
Or do nothing and use the csv file as a text file directly.
Nota: a csv file is a text file!
 
Share this answer
 
v3
Comments
Maciej Los 27-Sep-16 1:56am    
5ed!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900