Perhaps I am not understanding what you mean by defining attribute columns. Below are the first two lines of my csv file.
Latitude,Longitude,Category 34.420757,-119.685126,1 Thanks again, Ryan Markus Neteler wrote: > > Can you post the first two lines of you CSV file? Otherwise the problem > is hard to understand. So far you still don't define any attribute > columns, > hence, no DBF (or other table) is generated. > > Markus > > Ryan Rosario wrote on 07/24/2007 09:26 AM: >> Thanks for the suggestions. >> >> I tried that and it did not work. I added an extra column to my data >> file called category and exported it to CSV. I then read in the vector >> using >> >> v.in.ascii input='responseTime.csv ' output=response format=point >> fs=',' skip=1 col='y double, x double, cat int' x=2 y=1 cat=3 --overwrite >> >> I did this both in the GUI and command-line and I also deleted the >> previous vector in case there was garbage left over. >> >> v.info <http://v.info> response shows no dblinks. >> >> Is there something else I can try? >> >> Ryan >> > > > ------------------ > ITC -> dall'1 marzo 2007 Fondazione Bruno Kessler > ITC -> since 1 March 2007 Fondazione Bruno Kessler > ------------------ > > _______________________________________________ > grassuser mailing list > [email protected] > http://grass.itc.it/mailman/listinfo/grassuser > > -- View this message in context: http://www.nabble.com/dbf-File-not-being-Created-with-v.in.ascii-tf4127648.html#a11776634 Sent from the Grass - Users mailing list archive at Nabble.com. _______________________________________________ grassuser mailing list [email protected] http://grass.itc.it/mailman/listinfo/grassuser

