Actions
Feature #79
closedallow comment character in import data files
Status:
Closed
Priority:
Normal
Assignee:
-
Start date:
2012-01-27
Due date:
% Done:
0%
Estimated time:
Description
a comment character should be allowed in the files to be imported in order to ignore some line in the
data file to import.
data file to import.
- : should be the character to comment a line
- file with data to import
- lambda flux
#-------------------------------
000 0.
001 0.4
..
the first 3 lines should be ignored.
Updated by Anonymous almost 13 years ago
- Status changed from New to In Progress
- Assignee set to Anonymous
Assigning the feature to myself. A more clear definition of the comment support is the following:
- A comment starts with the '#' character and the rest of the line is ignored.
- Any spaces or tabs at the same line before starting a comment are ignored.
- Comments can also be entered in the same line with data, as long as they come after the data values. Anything after the '#' character is considered a comment and is ignored.
- Empty lines or lines which contain only spaces or tabs are ignored.
Updated by Anonymous almost 13 years ago
- Status changed from In Progress to Resolved
Implemented the feature. It will be available on 0.4.2
Updated by Christian Surace over 7 years ago
- Status changed from Resolved to Closed
Actions