Skip to content
Open
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ docroot/output/*.xml
*.db

/docroot/csv/abstracts/*.csv
/docroot/csv/*
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CSV to OJS XML Import for OJS 3.3.0
# CSV to OJS XML Import for OJS 3.3.0 (and 3.4, sort of)
This application will convert a CSV file into the OJS XML native import file.
The XSD is included with this project in the `docroot/output` directory.
Sample CSV files for both users and issues are included in the `examples`
Expand Down
Loading