![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
Can somebodey point me in the right direction to find information regarding Createing a comma delimited file from a universe database using pick. I am a newbie in regards to Pick/universe so any references would help... includeing books or tutorials. I am also relatively new to unix/linux. Thank You in advance |
#4
| |||
| |||
|
|
On 8 Jul 2003 14:22:43 -0700, fillheimer (AT) hotmail (DOT) com (Phil) wrote: Can somebodey point me in the right direction to find information regarding Createing a comma delimited file from a universe database using pick. I am a newbie in regards to Pick/universe so any references would help... includeing books or tutorials. I am also relatively new to unix/linux. Thank You in advance phil, there are many different approaches to this. i have written a generic utility program that will create .csv files from any universe datasource. the program prompts you for a source filename and then for each dictionary id (field) you want to include in the .csv output file. you simply enter in each dictionary id in the exact order you want to have the fields for each 'row' in your .csv file layed out and bada-boom you get a .csv file created. the only drawback is that my utility *does not* handle multivalued fields. i can email you the source code. if you are interested, email me. Ital |
#5
| |||
| |||
|
|
Can somebodey point me in the right direction to find information regarding Createing a comma delimited file from a universe database using pick. I am a newbie in regards to Pick/universe so any references would help... includeing books or tutorials. I am also relatively new to unix/linux. Thank You in advance |
#6
| |||
| |||
|
|
Phil: If you are using one of the many multi-value terminal emulators they probably have an import function which will except CSV, fixed length or many other formats. We use Viaduct which handles this very well but I am sure that Accuterm or most of the others will also perform the same function. Otherwise, if you want a Pick solution, as BobJ pointed out you could write a small PICK program to do the same thing. Bob Marik "Phil" <fillheimer (AT) hotmail (DOT) com> wrote in message news:8c0ce8e8.0307081322.13dbb777 (AT) posting (DOT) google.com... Can somebodey point me in the right direction to find information regarding Createing a comma delimited file from a universe database using pick. I am a newbie in regards to Pick/universe so any references would help... includeing books or tutorials. I am also relatively new to unix/linux. Thank You in advance |
#7
| |||
| |||
|
|
Can somebodey point me in the right direction to find information regarding Createing a comma delimited file from a universe database using pick. I am a newbie in regards to Pick/universe so any references would help... includeing books or tutorials. I am also relatively new to unix/linux. Thank You in advance |
#8
| |||
| |||
|
|
There are a number of ways to do this. There is a program here: ftp://ftp.cedarville.edu/download/download602/ that will create files in many different formats. Simply pick the version that you need. hth Colin Calgary, Alberta Canada "Phil" <fillheimer (AT) hotmail (DOT) com> wrote in message news:8c0ce8e8.0307081322.13dbb777 (AT) posting (DOT) google.com... Can somebodey point me in the right direction to find information regarding Createing a comma delimited file from a universe database using pick. I am a newbie in regards to Pick/universe so any references would help... includeing books or tutorials. I am also relatively new to unix/linux. Thank You in advance |
#9
| |||
| |||
|
|
Can somebodey point me in the right direction to find information regarding Createing a comma delimited file from a universe database using pick. I am a newbie in regards to Pick/universe so any references would help... includeing books or tutorials. I am also relatively new to unix/linux. Thank You in advance |
#10
| |||
| |||
|
|
Createing a comma delimited file from a universe database using pick. |
|
SETPTR 0,132,5000,BANNER MY_CSV.TXT |
|
LIST SALES SALESMAN COMMA SGRP COMMA SALES TARGET COMMA RANKING (P |
![]() |
| Thread Tools | |
| Display Modes | |
| |