Project

General

Profile

Actions

Feature #79

closed

allow comment character in import data files

Added by Anonymous about 12 years ago. Updated almost 7 years ago.

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.
  1. : should be the character to comment a line
ex :
  1. file with data to import
  2. lambda flux
    #-------------------------------
    000 0.
    001 0.4
    ..

the first 3 lines should be ignored.

Actions #1

Updated by Anonymous about 12 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.
Actions #2

Updated by Anonymous about 12 years ago

  • Status changed from In Progress to Resolved

Implemented the feature. It will be available on 0.4.2

Actions #3

Updated by Christian Surace almost 7 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF