I’m reading Survey123 results into FME where one question allows multiple selections. The answers come through as a comma-delimited string (e.g. Need_PD,Need_TMA,Frozen).
I want to validate the responses against a known list of allowed values (CSV/XLSX), so that:
-
each selected value is validated individually
-
any invalid or new value (even if it hasn’t appeared yet) is flagged
-
I don’t need to handle every possible combination of selections
I understand that Tester “Cached Values” only shows existing data values and that Survey123/ArcGIS domains aren’t directly usable here.
What is the recommended transformer pattern to:
-
split the multi-select field so I can edit testers for looking for certain selected options and not others





