Page 1 of 1

Combine columns from Dataset and tables.

Posted: Fri Mar 23, 2012 12:17 am
by chetan.c
Hi,
I have data like this.
Dataset,
col1,col2,col3.

Table:
tab1,tab2,tab3.

My output should be
col1,col2,col3,tab1,tab2,tab3.

There are no keys in both data on which i can join.

Please let me know if further clarification required.

Thanks,
Chetan.C

Posted: Fri Mar 23, 2012 12:44 am
by ray.wurlod
So what is the rule? First row with first row? Is there perhaps only one row in each source?

Without knowing the rule no-one will be able to help you.

Once the rule is known, the answer will probably involve generating an artificial key on each stream of data.

Posted: Fri Mar 23, 2012 10:21 am
by qt_ky
"further clarification required" = True

Clarification...

Posted: Sun May 13, 2012 9:01 am
by kiran kumar
Hi,

I'm facing a similar situation. The only diff is, the dataset is replaced by another table.

Can you please help me in resolving this.


Regards,
Kiran Kumar

Posted: Sun May 13, 2012 9:05 am
by chulett
:!: Please start a new post with your specific issue clearly stated.

Posted: Sun May 13, 2012 9:10 am
by kiran kumar
Also, there are multiple rows in each source.

Posted: Sun May 13, 2012 10:33 am
by chulett
:?

Posted: Sun May 13, 2012 1:16 pm
by ray.wurlod
... and maybe you are using a different version, and maybe you are running on a different platform.

When you start your own thread we'll have a better idea about your problem.