Opened 5 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

  1. 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)
  1. 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)

Change History (0)

Note: See TracTickets for help on using tickets.