Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update REAME.md to add missing parameter #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,15 @@ Each attribute cluster has one or more attributes. An attribute is one data entr
* Exports data to a json file.
* Available configuration options:
* filename: filename of exported file, relative to document root
* deleteFile: deletes file on startup

##### ExportToolkit_ExportService_AttributeClusterInterpreter_DefaultXml:
* Exports data to a xml file.
* Available configuration options:
* filename: filename of exported file, relative to document root
* rootElement: name for the root element in the xml file
* rowElementName: name for the row element in the xml file
* deleteFile: deletes file on startup


### Getter Class
Expand Down