Rev 23 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
4561 | obado | 1 | # PutCSV |
2 | # Envoie le listing placˇ en $data1 dans la classe $qclass |
||
23 | reyssat | 3 | |
4 | !bound format within csv, tsv default csv |
||
5 | |||
6 | !read scripts/check.class |
||
7 | !if $error!=$empty |
||
8 | !exit |
||
9 | !endif |
||
10 | |||
11 | !readdef $classdeffile |
||
12 | !writefile wimshome/$wims_sesdir/user-deposit $data1 |
||
13 | |||
14 | !read adm/class/putcsv |
||
15 |