#!/bin/bash
while read line; do
	radek=$(echo $line |sed -e 's/^/update socialni set prirustek=/' |sed -e 's/|/, stredni_stav=/' |sed -e 's/|/ where ident=/' |sed -e 's/$/ and rok=2009;/')
	echo $radek
done
