szabototo89 / CodeSharper

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

[refactoring] Should change column order in CSV files #6

Open szabototo89 opened 10 years ago

szabototo89 commented 10 years ago

For example:

firstName,lastName,age
John,Doe,13

change column order to

age,firstName,lastName
13,John,Doe