provide operating system command for .xls to .csv conversion
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3366 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
fb8d5af50a
commit
d7f4455df7
1 changed files with 3 additions and 0 deletions
3
external/dsv.py
vendored
3
external/dsv.py
vendored
|
@ -33,6 +33,9 @@ from cybertools.external.base import BaseReader
|
|||
from cybertools.external.element import Element
|
||||
|
||||
|
||||
xls2csv = '%(cpath)s -f %%Y-%%m-%%d %(fpath)s.xls >%s(fpath)s.csv'
|
||||
|
||||
|
||||
class CsvReader(BaseReader):
|
||||
|
||||
elementFactories = {None: Element}
|
||||
|
|
Loading…
Add table
Reference in a new issue