Opened 7 years ago
#806 new defect
import filters accept broken syntax
| Reported by: | westram | Owned by: | devel |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Import / Export | Version: | SVN |
| Keywords: | Cc: |
Description
- accepts missing closing quote:
WRITE "cell_type
See rdp.ift.
⇒ internally fieldname is "cell_type i.e. includes a quote and is invalid
(see also 'list of available fields' in FTS edit window when rdp.ift is selected)
TODO raise error (while loading filter!) + fix .ift(s)
- accepts unescaped quotes in ACI
SEQUENCEACI "remove("0123456789 /")"Also see rdp.ift.
TODO- Test whether that ACI works at all.
- Quotes should be escaped ⇒ raise error while loading filter + fix .ift(s)
Note: See
TracTickets for help on using
tickets.
