tom_k
unread,Nov 30, 2010, 12:17:25 PM11/30/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to szl-users
Hi,
We are contemplating using sawzall to process very large files from
row to column.
From:
Row1,A:1;A:2;B:1
Row2,X:1;Y:1;Z:3
Turns into:
Row1,A,1
Row1,A,2
Row1,B,1
Row2,X,1
Row2,Y,1
Row3,Z,3
Can someone help me get started using a sawzall language flavor? This
looks very promising to use and I need to provide a use case.
Thanks in advance.