Berteh
Berteh
good to know for the "/" char, thanks. could you please elaborate a little further the issue of some empty variables not being removed in this new issue: #56
Hi @garydale there's a new feature called "next-record" that now allows to display mutliple data records on a single page (or document). It's available to test in the branch https://github.com/berteh/ScribusGenerator/tree/next-record...
Thanks @AaronDP for the idea. A few questions to dig it further... and no, this particular issue is not even close from being solved. 1. In the end I would...
Hi @AaronDP Thanks for this last suggestion. I personnaly would prefer to use tools that already exist and do a good job at integrating data sources... than try to hack...
added these info to page https://github.com/berteh/ScribusGenerator/wiki/Other-data-sources
not planned for now, but if it's important to you feel free to tell us, and help if you can ;)
+xml requested in #19
Good ways of exporting csv from postgresql and sqlite3 are now in readme: **Mysql:** `mysql --delimiter="," -u myuser -p mydb -e "select f1,f2 from mytable" > /tmp/mydata.txt` or `mysql -u...
Thanks @S1SYPHOS for the idea and effort. I think this nice new feature could be targeted only at Scribus 1.5.6+, that runs Python3. No need to backport I think, since...
Quick look at your code looks fine to me. Thanks for cleaning some of my Dict enumerations too ! The python3 branch is at https://github.com/berteh/ScribusGenerator/tree/python3