Skip to content

Files

Latest commit

 

History

History

CSV-to-TXT parser

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

CSV-TO-TXT file-parser

Input filename: input.csv Output file created: output.txt

Working:

  • Removes commas and replace it with space.
  • Replaces newline feed with new line feed.