marklogic / marklogic/marklogic-contentpump
Need mlcp to not ignore files in folders starting with underscore
Open
Nobody has claimed this yet.
bug
major
mlcp
verify
- Dominant language
- Java
- Stars
- 37
- Forks
- 32
- Avg merge
- 1h 3m
- Merged PRs (30d)
- 12
Description
When migrating a project built on app-builder that uses templates for creating Excel documents, the code requires files in the content db with the following structure:
- <sheet name>
- docProps
- _rels
- rels.xml
- _word
- _rels
- document.xml.rels.xml
- ...
- [Content_Types].xml
The workaround detailed in https://github.com/marklogic/marklogic-contentpump/issues/87 doesn't apply since we need to preserve the structure.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.