Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mingsnu committed Oct 22, 2013
1 parent d048268 commit 0f0ebfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ Usage
======
In python command line:

'''python
```python
import * from xml2csv
xml2csv(inputfile,outputfile,header)
'''
```

- inputfile: One 'xml' file or a direcotry contains 'xml' files
- outputfile: Output csv file name, if not given, 'output.csv'is created in the same level of the input directory (when inputfile is a directory) or in the parent folder ofthe input file (when inputfile is a single xml file).
Expand Down

0 comments on commit 0f0ebfa

Please sign in to comment.