How to convert a csv file to a txt file with one line for each data line?
So I have a .csv file that I would like to convert into a .txt file. How
can I convert the .csv such that in the .txt file there is a new line for
each data line?
Right now if I rename the csv into txt I get it all bunched up together
with no new line which makes it impossible for me to analyze the data with
another program. Preferably there would be some sort of library that could
handle this in Java?
No comments:
Post a Comment