From 82dcd9dbdc31c5dc3bdda042256ba033dc53497b Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Thu, 17 Jun 2010 18:54:35 +0200 Subject: [PATCH] better count example --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index a8f26d5..80f414b 100644 --- a/README +++ b/README @@ -50,7 +50,7 @@ array of values if you are creating new columns, even for single value. * generate new columns with number of elements in some other column - $row->{count} = [ $#{ $row->{original} } + 1 ]; + $row->{author_count} = [ $#{ $row->{autor} } + 1 ]; * generate century column from year -- 2.20.1