Re: [Tutor] mergin two csv files based on a common join

2008-11-01 Thread spir
[EMAIL PROTECTED] a écrit: Hello again, Thanks for the replies on my previous post, but I have a different problem now and don't see how to deal with it in a smooth way. I have two csv files where: 1.csv "1", "text", "aa" "2", "text2", "something else" "3", "text3", "som

Re: [Tutor] mergin two csv files based on a common join

2008-10-31 Thread W W
On Fri, Oct 31, 2008 at 4:04 PM, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: > Hello again, > Thanks for the replies on my previous post, but I have a different > problem now and don't see how to deal with it in a smooth way. I'd probably use a dict with a list as the value: > > "1", "text"

Re: [Tutor] mergin two csv files based on a common join

2008-10-31 Thread Kent Johnson
On Fri, Oct 31, 2008 at 6:04 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hello again, > Thanks for the replies on my previous post, but I have a different > problem now and don't see how to deal with it in a smooth way. > > I have two csv files where: > > 1.csv > > "1", "text", "aa" > "2", "

[Tutor] mergin two csv files based on a common join

2008-10-31 Thread [EMAIL PROTECTED]
Hello again, Thanks for the replies on my previous post, but I have a different problem now and don't see how to deal with it in a smooth way. I have two csv files where: 1.csv "1", "text", "aa" "2", "text2", "something else" "3", "text3", "something else" 2.csv "text", "xx" "text", "yy" "tex