Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 199 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 199 Bytes

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.