notmarrco
notmarrco
adds the ability to use space as a separator by removing the quoted words in the csv header (hence removing the non important spaces and all other special characters). But...
Hi, I'm trying to use the importer with a XML file, but I get the following error : ``` [Symfony\Component\Debug\Exception\ContextErrorException] Notice: Undefined index: @attributes Exception trace: () at [...]vendor/mathielen/import-engine/src/Mathielen/DataImport/Reader/XmlReader.php:36 ```...
After launching a library update there's no way to know if the update is still running or not, unless by looking in the server logs :) Priority very low though...
Hi, After initialization of whatsapp, some rooms are missing users (sometimes it's my "whatsapp user" and sometimes someone else's). Hence I cannot see their replies since they are refused by...
Hi, I searched in the docs but I couldn't find it. :-(
### Background information - **Dendrite version or git SHA**: 0.9.1 - **Monolith or Polylith?**: monolyth - **SQLite3 or Postgres?**: postgres - **Running in Docker?**: no - **`go version`**: 1.18 -...
This PR uses the one from @marksmayo
### Background information - **Dendrite version or git SHA**: v.0.12.0 - **SQLite3 or Postgres?**: postgres - **Running in Docker?**: no - **`go version`**: go version go1.19.5 linux/amd64 - **Client used...
**Describe the bug** Bad minor number for monas bump "alpha" **To Reproduce** If my repo has v0.1.1, I want to publish a new minor alpha : 1. monas bump 2....
Hi, I have a csv with ',' separators instead of ';'. In my importer I thought I could use : ``` yaml preconditions: format: { type: csv, arguments: [','] }...