How to parse table with no end expression
A table type (without row
expression) uses TextExtractor's search function that works differently. Please use an empty end
expression instead.
"end": {
"expression": "",
"regex": true
},
The tableProperties
will look like this
"tableProperties": {
"start": {
"expression": "Brand{{Spaces}}Product",
"regex": true
},
"end": {
"expression": "",
"regex": true
}
}