From: Thomas R. <tr...@or...> - 2002-12-17 08:12:52
|
Yes, -t is assigned to both Title and Type option but I beleive that it will be interpreted as "Title" since this option is before "Type" in the list. You could try to use the --type and --title options instead. Thomas William P Tracy wrote: > I'm trying to use the command line csv2pdb -t BBC bbc.csv bbc.pdb > How do you distinguish the difference between title and type? > > > -i FILE Read the info FILE for the metadata. > -b Set the backup bit. (Same as "option backup on" in info file.) > -e Use extended CSV mode. (Same as "extended on" in info file.) > -t TITLE Set database title to TITLE. (Same as "title TITLE" in info file.) > -f SPEC Add a field described by SPEC. > SPEC consists of the field name, field type, and optional > field width separated by commas. > -t TYPE Set the database format to TYPE where TYPE is one of the > strings described in the database format sections above. The > default is "DB". > |