Re: Reflection on the special telco of CSVW

On 13 September 2014 20:46, Andy Seaborne <andy@apache.org> wrote:


> We could decouple the template from function calling by having a process
>
> CSV -> Data table
> data table -> extra columns data table2
>     -- that is add .filter1.filter1 as a named slot.
> data table2 -> format X.
> Clearup X

This is pretty much what I've expected we'll need for expanding cells
into their regex-exploded matches. Whether the tables are actually
materialized, or streamed record by record, seems an implementation
detail (assuming row transformations are independent).

Dan

Received on Saturday, 13 September 2014 22:28:32 UTC