Re: [U2] UPLOAD not DOWNLOAD

2012-10-29 Thread Ross Ferris
-boun...@listserver.u2ug.org] On Behalf Of Wjhonson Sent: Saturday, 27 October 2012 11:01 AM To: u2-users@listserver.u2ug.org Subject: Re: [U2] UPLOAD not DOWNLOAD snip I'm confused about your mention of Dict items because I don't see how you use Dict items for Uploading. I see how you use them

Re: [U2] UPLOAD not DOWNLOAD

2012-10-29 Thread Brian Leach
...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Ross Ferris Sent: 29 October 2012 07:17 To: U2 Users List Subject: Re: [U2] UPLOAD not DOWNLOAD You would use the dictionary item to know WHERE to put the data in U2 which file, attribute etc. if you are talking

Re: [U2] UPLOAD not DOWNLOAD

2012-10-27 Thread Manu Fernandes
hi John, Depending what you are looking for, - a generic ETL tool where you define 1) Extract data from a defineable source (remote sql, csv-xls-dbf-xml-json files, webservice result , ...) with extendable method 2) Transform the received clob to internal UV data representation (iconv, mv'ed

Re: [U2] UPLOAD not DOWNLOAD

2012-10-27 Thread George Gallen
From: u2-users-boun...@listserver.u2ug.org [u2-users-boun...@listserver.u2ug.org] On Behalf Of Wjhonson [wjhon...@aol.com] Sent: Friday, October 26, 2012 11:40 PM To: u2-users@listserver.u2ug.org Subject: Re: [U2] UPLOAD not DOWNLOAD That goes the wrong way. Download does

Re: [U2] UPLOAD not DOWNLOAD

2012-10-27 Thread Wjhonson
of document. -Original Message- From: George Gallen ggal...@wyanokegroup.com To: U2 Users List u2-users@listserver.u2ug.org Sent: Sat, Oct 27, 2012 6:52 am Subject: Re: [U2] UPLOAD not DOWNLOAD Will, if you don't want interactive (manual mapping), there is no other way aside from

Re: [U2] UPLOAD not DOWNLOAD

2012-10-27 Thread Tony Gravagno
Well, what you say below is exactly opposite of what I described. Normally I would encourage anyone else to re-read what I wrote and cite specific text which leads to the conclusions below - in this case... nah. The data source never needs to know anything about the target - that would be silly.

Re: [U2] UPLOAD not DOWNLOAD

2012-10-27 Thread Wjhonson
...@sneakemail.com To: u2-users u2-users@listserver.u2ug.org Sent: Sat, Oct 27, 2012 12:23 pm Subject: Re: [U2] UPLOAD not DOWNLOAD Well, what you say below is exactly opposite of what I described. Normally I would encourage anyone else to re-read what I wrote and cite specific text which leads

Re: [U2] UPLOAD not DOWNLOAD

2012-10-26 Thread Tony Gravagno
From: Wjhonson Does anyone have a robust ETL routine for loading data *into* Universe (not out from it). Something like Cedarville's DOWNLOAD but in reverse ? Before I roll my own. A solution starts with a good definition of a problem - and that means something a little more specific than

Re: [U2] UPLOAD not DOWNLOAD

2012-10-26 Thread Wjhonson
@listserver.u2ug.org Sent: Fri, Oct 26, 2012 4:13 pm Subject: Re: [U2] UPLOAD not DOWNLOAD From: Wjhonson Does anyone have a robust ETL routine for loading data *into* Universe (not out from it). Something like Cedarville's DOWNLOAD but in reverse ? Before I roll my own. A solution starts with a good

Re: [U2] UPLOAD not DOWNLOAD

2012-10-26 Thread Tony Gravagno
From: Tony Gravagno ...To me, the U2 box is just one end of the equation, it's not the middle tier. The U2 side of things uses just grunt code or dict items that any of us here can write. From: Wjhonson The nature Tony of code 8sharing8 between users of this group, is Free. I share my

Re: [U2] UPLOAD not DOWNLOAD

2012-10-26 Thread Wjhonson
That goes the wrong way. Download does not depend on knowing who is consuming what to create it's results. So Upload should not need to have interactive consumption details either. That's my take. It's reads a source and decides on its own without the sources assistance where to put what.

Re: [U2] UPLOAD not DOWNLOAD

2012-10-26 Thread Hona, David
To: u2-users@listserver.u2ug.org Subject: Re: [U2] UPLOAD not DOWNLOAD That goes the wrong way. Download does not depend on knowing who is consuming what to create it's results. So Upload should not need to have interactive consumption details either. That's my take. It's reads a source

Re: [U2] UPLOAD not DOWNLOAD

2012-10-26 Thread Wjhonson
in a similar way to how he explains his. -Original Message- From: Hona, David david.h...@cba.com.au To: U2 Users List u2-users@listserver.u2ug.org Sent: Fri, Oct 26, 2012 10:23 pm Subject: Re: [U2] UPLOAD not DOWNLOAD You could modify Brian Leach's freeware BCI.IMPORT tool which