2 lines
66 B
Text
2 lines
66 B
Text
|
|
open 'test_in.csv' | upsert Sum {|row| $row | values | math sum }
|