Palm::Progect::Converter::CSV

Palm::Progect::Converter::CSV is a Perl module to convert between Progect databases and CSV files.
Download

Palm::Progect::Converter::CSV Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Michael Graham
  • Publisher web site:
  • http://search.cpan.org/~mgraham/

Palm::Progect::Converter::CSV Tags


Palm::Progect::Converter::CSV Description

Palm::Progect::Converter::CSV is a Perl module to convert between Progect databases and CSV files. Palm::Progect::Converter::CSV is a Perl module to convert between Progect databases and CSV files.SYNOPSIS my $converter = Palm::Progect::Converter->new( format => 'CSV', # ... other args ... ); $converter->load_records(); # ... do stuff with records $converter->save_records();This converts between CSV files and Palm::Progect records and preferences.The CSV format allows for basic import/export with spreadsheet programs. The CSV file does not look like a tree structure; instead, there is a level column, which indicates the indent level for the current row.The columns in the format are:levelThe indent level of the record.description priorityThe priority of the record from 1 to 5, or 0 for no priority.isAction isProgress isNumeric isInfoAny record can have one (and only one) of the above types.If you are going to change the type of a record, remember to set all the other types to false: isAction isProgress isNumeric isInfo 0 0 0 1completedCompleted has different values depending upon the type of record. For action items, it is either 1 or 0, for complete or not complete.For Progress items, it is a number between 1 and 100, indicating a percentage.For Numeric items it is a number between 1 and 100 indicating the the integer percentage of the numericActual value divided by the numericLimit value.numericActualThe numerator of a numeric record. If the numeric value of a record is 4/5, then the numericActual value is 4.numericLimitThe denominator of a numeric record. If the numeric value of a record is 4/5, then the numericLimit value is 5.DateDueThis is a date in the format specified on the command line with the --csv-date-format optioncategory opened description note Requirements: · Perl


Palm::Progect::Converter::CSV Related Software