Opened 13 years ago
Last modified 6 years ago
#1673 new enhancement
Automatic column name import via v.in.ascii
Reported by: | jradinger | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.6.2 |
Component: | Vector | Version: | unspecified |
Keywords: | v.in.ascii | Cc: | |
CPU: | All | Platform: | All |
Description
According to M. Metz the module v.in.ascii can already automatically detect the column type during import. It would be nice to have also the option to read/import the column names from the import files from line X, e.g. names=1 to read column names from line 1.
Change History (10)
comment:1 by , 13 years ago
Component: | Default → Vector |
---|---|
Keywords: | v.in.ascii added |
comment:2 by , 11 years ago
Milestone: | 6.4.3 → 7.0.0 |
---|
comment:3 by , 9 years ago
Milestone: | 7.0.0 → 7.0.5 |
---|
comment:4 by , 8 years ago
Milestone: | 7.0.5 → 7.3.0 |
---|
comment:7 by , 7 years ago
Milestone: | 7.4.1 → 7.4.2 |
---|
comment:8 by , 6 years ago
Milestone: | 7.4.2 → 7.6.0 |
---|
All enhancement tickets should be assigned to 7.6 milestone.
Note:
See TracTickets
for help on using tickets.
Replying to jradinger:
This requires to do name column names "laundery" in order to avoid incompatible names (e.g. white space, strange chars etc).
Perhaps the "cnames=" polishing code from v.in.ogr could be of use.