Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,7 @@
|
|||
Loop, Read, Data.csv
|
||||
{
|
||||
i := A_Index
|
||||
Loop, Parse, A_LoopReadLine, CSV
|
||||
Output .= (i=A_Index && i!=1 ? A_LoopField**2 : A_LoopField) (A_Index=5 ? "`n" : ",")
|
||||
}
|
||||
FileAppend, %Output%, NewData.csv
|
||||
Loading…
Add table
Add a link
Reference in a new issue