From 09557e4608b02d136b9ae39a8fa0f36328fa1cec Mon Sep 17 00:00:00 2001 From: Geoff Leyland Date: Fri, 8 May 2015 08:22:53 +1200 Subject: [PATCH] try to fix up formatting in README some more more --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bdef942..d10314a 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,10 @@ controlling how the file is read: + `{ first = { name = "word"} }` then it would be `{ first = "ONE" }` + `{ word = { transform = string.lower }}` would give `{ word = "one" }` + finally, + { word = true number = { transform = function(x) return tonumber(x) / 10 end }} + would give `{ word = "ONE", number = 1 }` A column can have more than one name: