all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Parsing records in lisp?
@ 2003-05-13  9:09 Henrik Jönsson
  2003-05-13 10:48 ` Oliver Scholz
  0 siblings, 1 reply; 2+ messages in thread
From: Henrik Jönsson @ 2003-05-13  9:09 UTC (permalink / raw)


Hi!

I have a file to record what I have I worked on every day. I use this
list when I do my time reporting each week.

The file looks like this:

Week: 19
#Date           Hours   Project Comment
2003-05-08	2	FVCI	Meeting with Prover about the quotation
2003-05-08	2	FVCI	Reviewing Test Spec and Req Spec
2003-05-09	2	SCM	Misc
	
Week: 20
2003-05-12	2	FVCI	Misc
2003-05-13	6	SCM	Support Phoenix
2003-05-13	2	FVCI	Test Spec SST

Currently I have a small perl script that reads this file and
generates a more suitable report that I can use when entering the
hours into our time reporting system.

The output is like this:

###############################
Week: 19
	FVCI:	4
	SCM:	6
Totals: 10

###############################
Week: 20
	FVCI:	4
	SCM:	1
Totals: 5

However, I would like to create this report in lisp. I have tried
some, but lisp is not yet my favourite language. Can anyone help me
with this? Give me some snippets to be able to continue.

Thanks!

Regards
Henrik

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-05-13 10:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-13  9:09 Parsing records in lisp? Henrik Jönsson
2003-05-13 10:48 ` Oliver Scholz

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.