szabototo89 / CodeSharper

Refactoring tool, written in C# and using TDD for developing
1 stars 0 forks source link

[refactoring] Should add new column in CSV files #8

Open szabototo89 opened 10 years ago

szabototo89 commented 10 years ago

For example:

name,age
"John Doe",20

After append a new column:

name,age,"new column"
"John Doe",20,"new data"