Rev 10516 | Rev 10941 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 10516 | Rev 10940 | ||
---|---|---|---|
Line 90... | Line 90... | ||
90 | !exit |
90 | !exit |
91 | !endif |
91 | !endif |
92 | 92 | ||
93 | sep_csv=, |
93 | sep_csv=, |
94 | sep_ods=; |
94 | sep_ods=; |
- | 95 | sep_xls=; |
|
95 | sep_tsv=$ $ |
96 | sep_tsv=$ $ |
96 | sep=$(sep_$csvformat) |
97 | sep=$(sep_$csvformat) |
97 | dl2=!replace , by ,user_ in user_$dl |
98 | dl2=!replace , by ,user_ in user_$dl |
98 | dl2=!translate , to $sep in $dl2 |
99 | dl2=!translate , to $sep in $dl2 |
99 | 100 | ||
Line 243... | Line 244... | ||
243 | tmp=!trim $dl4 |
244 | tmp=!trim $dl4 |
244 | !appendfile $fname $dl2$tmp |
245 | !appendfile $fname $dl2$tmp |
245 | data_scores=!append item $dl2$tmp to $data_scores |
246 | data_scores=!append item $dl2$tmp to $data_scores |
246 | !next u |
247 | !next u |
247 | 248 | ||
248 | !if $csvformat iswordof |
249 | !if $csvformat iswordof ods |
249 | infile=spreadsheet.$csvformat |
- | |
250 | outfile=$fbase.$csvformat |
- | |
251 | !mexec csv/getprep.sh |
- | |
252 | !else |
- | |
253 | !! it is format ods |
250 | !! it is format ods |
254 | infile=spreadsheet.$csvformat |
251 | infile=spreadsheet.$csvformat |
255 | outfile=$fbase.$csvformat |
252 | outfile=$fbase.$csvformat |
256 | !mexec csv/mkODS.py |
253 | !mexec csv/mkODS.py |
- | 254 | !else |
|
- | 255 | !! it is format csv/tsv |
|
- | 256 | infile=spreadsheet.$csvformat |
|
- | 257 | outfile=$fbase.$csvformat |
|
- | 258 | !mexec csv/getprep.sh |
|
257 | !endif |
259 | !endif |