A CLI tool for scraping websites using XPath.
Find a file
King_DuckZ 4958a83ddb Trying to get default value filling fixed.
I'm not sure it always works, but the idea is that this should
find the maximum size of all arrays resulting from a scraplang
struct query and make all entries the same length filling them
with:
1) the default value if one was given in scraplang
2) the value of the last entry in the array being filled
3) just empty values

It seems to work but I can't say I ran very extensive tests.
I'll test more in the future and fix as needed.
2020-04-02 02:28:10 +02:00
cmake/Modules Use XQilla and Xerces-c from the system instead of pugixml. 2020-02-18 10:19:51 +01:00
lib Update submodules 2020-02-18 10:43:07 +01:00
src Trying to get default value filling fixed. 2020-04-02 02:28:10 +02:00
.gitignore Use XQilla and Xerces-c from the system instead of pugixml. 2020-02-18 10:19:51 +01:00
.gitmodules Trying to get scraplang implemented 2018-01-10 20:25:19 +00:00
CMakeLists.txt Remove --dump-raw option. 2020-02-19 17:13:34 +01:00
COPYING Attach GPLv3. 2015-10-01 15:31:58 +02:00
map_form.txt markdown code formatting 2018-02-05 21:40:36 +00:00
sample.scrap Making ApplyBlocks work with {{variable}} sources. 2018-02-15 10:29:05 +00:00